You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- padding on the left and right to the body
- set textarea to full width (including border-box)
- don't use nested div's for a nicer alignment
- remove some inline styles
- remove non-breaking space
if ($is_shd) $sqldr.=" ·<label>Create new database: <input type='text' name='new_db' placeholder='type db name here'></label> <input type='submit' name='crdb' value='Create'>";
if ($is_shd) $sqldr.="·<label>Create new database: <input type='text' name='new_db' placeholder='type db name here'></label> <input type='submit' name='crdb' value='Create'>";
190
190
$sqldr.="<br>";
191
-
if ($is_sht) $sqldr.=" Database: ·<a href='$url&q=".b64e("show table status")."'>Show Table Status</a>";
191
+
if ($is_sht) $sqldr.="Database: ·<a href='$url&q=".b64e("show table status")."'>Show Table Status</a>";
Records: <b><?phpeo($reccount); if(!is_null($last_count) && $reccount<$last_count){eo(' out of '.$last_count);}?></b> in <b><?phpeo($time_all)?></b> sec<br>
0 commit comments