]> lifelog.hopto.org Git - LifeLog.git/commitdiff
bug4 fix
authorMetabox <redacted>
Wed, 29 May 2019 10:45:21 +0000 (20:45 +1000)
committerMetabox <redacted>
Wed, 29 May 2019 10:45:21 +0000 (20:45 +1000)
Current Development Check List.md
htdocs/cgi-bin/main.cgi
htdocs/cgi-bin/wsrc/main.css
htdocs/thttpd.pid

index 3496655ceb0f989ea72c221499cda4ee09a443a5..0917284addfe5139bd5458f83a6d78ec5d4b57ff 100644 (file)
@@ -6,6 +6,7 @@
 * &#10004; 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.
 * &#10004; Bug  - 03, Keyword search not working on words as they are categorized wrongly by other dropdown in the background.
+* &#10004; Bug  - 04, Local not picked up properly on current date.
 * &#10004; Configuration page to be updated, system variables description field to be implemented.
 * &#10004; Configuration page - data fix section to be implemented.
 * &#10004; 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).
index 0284a31a38340e678b3dad69464d4fc65e5411fb..d8802800996bc055388214a0ce2b6c1dc7140bcc 100755 (executable)
@@ -428,7 +428,7 @@ qq(\n<img src="$lnk" width="$imgw" height="$imgh" class="tag_FRM"/>);
           $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>
@@ -583,7 +583,7 @@ $srh .= '</table></form><br>';
 #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>&nbsp;
 <a id="to_bottom" href="#bottom" title="Go to bottom of page."><span class="ui-icon ui-icon-arrowthick-1-s"></span></a>
index a9dac4cf14e0e775e23c9834c653585fb4cbbee2..1f5559803a53edd3a1f4eb557fabf2a639ad3847 100644 (file)
@@ -141,7 +141,7 @@ img {
     padding: 5px;
     text-align: center;
     background: #ccffff;
-    margin-left: 92%;
+    margin-left: 90%;
 }
 
 #cat_lst {
index bb02e943034ff82fcbd9d8ca00c59c9196ebc351..bd48f22f2d557c993a67269b02fb53c1fb2bdda8 100644 (file)
@@ -1 +1 @@
-3567
+6970