Skip to content
Snippets Groups Projects
Commit 9266535d authored by deuce's avatar deuce
Browse files

Add strings for next/prev page and message html (Goes between the <a...> and </a>)

parent b3d13d81
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,7 @@ max_groups=10;
max_subs=10;
max_messages=10;
max_pages=10;
next_msg_html="Next Message";
prev_msg_html="Previous Message";
next_page_html="NEXT";
prev_page_html="PREV";
......@@ -89,7 +89,7 @@ function find_np_message(offset,next)
return(last_offset);
if((idx=msgbase.get_msg_index(true,last_offset))==null || idx.to!=user.number)
continue;
return(last_offset);
return(hdr.number);
}
return(undefined);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment