* ✔ Bug - 02, Record set paging to previous page not always working. Getting stuck.
>> This occurrs on new records placed in the far past. Complex problem.
* ✔ Bug - 03, Keyword search not working on words as they are categorized wrongly by other dropdown in the background.
+* ✔ Bug - 04, Local not picked up properly on current date.
* ✔ Configuration page to be updated, system variables description field to be implemented.
* ✔ Configuration page - data fix section to be implemented.
* ✔ Build login_ctrl.cgi login controller alias and password based. Where each alias creates its own database. It server side session based, that unless you logged off keeps the session 24 hr. by default. Alias is therefore to an separate database. If user doesn't know the password, can't get access. Client remote IP address is checked to be on local only network (IP pinged).
$dtf = $dty;
}
else {
- $dtf = $lang->time2str( "%d %b %Y", $dt->epoch );
+ $dtf = $lang->time2str( "%d %b %Y", $dt->epoch, $TIME_ZONE);
}
$tbl .= qq(<tr class="r$tfId">
<td width="15%">$dtf<input id="y$id" type="hidden" value="$dty"/></td>
#Page printout from here!
#
print qq(<center>\n
- <div id="floating_menu" title="To close this menu click on its heart.">
+<div id="floating_menu" title="To close this menu click on its heart, and wait.">
<div class="hdr" style="marging=0;padding:0px;">
<a id="to_top" href="#top" title="Go to top of page."><span class="ui-icon ui-icon-arrowthick-1-n"></span></a>
<a id="to_bottom" href="#bottom" title="Go to bottom of page."><span class="ui-icon ui-icon-arrowthick-1-s"></span></a>