mirror of
https://github.com/vrana/adminer.git
synced 2026-01-03 06:10:50 +01:00
Width only 98%
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@195 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -22,7 +22,7 @@ if ($_POST) {
|
||||
?>
|
||||
|
||||
<form action="" method="post">
|
||||
<p><textarea name="select" rows="10" cols="80" style="width: 100%;"><?php echo htmlspecialchars($row["select"]); ?></textarea></p>
|
||||
<p><textarea name="select" rows="10" cols="80" style="width: 98%;"><?php echo htmlspecialchars($row["select"]); ?></textarea></p>
|
||||
<p>
|
||||
<input type="hidden" name="token" value="<?php echo $token; ?>" />
|
||||
<?php echo lang('Name'); ?>: <input name="name" value="<?php echo htmlspecialchars($row["name"]); ?>" maxlength="64" />
|
||||
|
||||
Reference in New Issue
Block a user