]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Log edit button layout fix.
authorMetabox <redacted>
Tue, 23 Apr 2019 00:37:02 +0000 (10:37 +1000)
committerMetabox <redacted>
Tue, 23 Apr 2019 00:37:02 +0000 (10:37 +1000)
htdocs/cgi-bin/main.cgi

index 42dae7988345faf79e9db494d4bf8a57f08b4cdc..832e6b939195c724608c42d1c599aa0d96cc10d5 100755 (executable)
@@ -221,16 +221,15 @@ if($rv < 0) {
 
 
          $tbl .= '<tr class="r'.$tfId.'">
-                 <td id="y'.$id.'" width="10%" style="border-right: solid 1px;">'. $dt->ymd . "</td>\n". 
-                         '<td id="t'.$id.'" width="10%" style="border-right: solid 1px;">' .
-                                                                                   $dt->hms . "</td>\n".
+              <td id="y'.$id.'" width="10%" style="border-right: solid 1px;">'.$dt->ymd."</td>\n". 
+                   '<td id="t'.$id.'" width="10%" style="border-right: solid 1px;">'.$dt->hms."</td>\n".
                          '<td id="v'.$id.'" width="50%" class="log">' . $log . "</td>\n".
-                         '<td id="a'.$id.'" width="20%">' . $amm ."</td>\n".
+                         '<td id="a'.$id.'" width="10%">' . $amm ."</td>\n".
                          '<td id="c'.$id.'" width="10%">' . $ct ."</td>\n".
                          '<td width="10%">
-                           <input class="edit" type="button" value="Edit" onclick="return edit('.$id.');"/>
+                         <input class="edit" type="button" value="Edit" onclick="return edit('.$id.');"/>
                            <input name="chk" type="checkbox" value="'.$id.'"/>
-                         </td>
+                          </td>
                  </tr>';
        $tbl_rc += 1;   
 
@@ -344,8 +343,7 @@ if($rs_keys || $rs_cat_idx || $stmD){
        $srh .= '<tr><td align="left" colspan="3">
        <button onClick="resetView()">Reset Whole View</button></td></tr>';
 }
-              
-#$srh .='<tr><td colspan="4"><br></td></tr>
+
 $srh.='</table></form><br>';
 #
 #Page printout from here!