Validation fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@3151 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
65f30e4b67
commit
b64d258a5a
|
@ -377,7 +377,6 @@ form {
|
||||||
}
|
}
|
||||||
#descr {
|
#descr {
|
||||||
height: 35px;
|
height: 35px;
|
||||||
v-align: top;
|
|
||||||
}
|
}
|
||||||
#buttons {
|
#buttons {
|
||||||
width: 98%;
|
width: 98%;
|
||||||
|
@ -455,7 +454,7 @@ form {
|
||||||
<td><input type="text" id="title" name="imgtitle" /></td>
|
<td><input type="text" id="title" name="imgtitle" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row" style="text-align: right;"><label for="descr"><?php _e('Description:'); ?></th>
|
<th scope="row" style="text-align: right;"><label for="descr"><?php _e('Description:'); ?></label></th>
|
||||||
<td><input type="textarea" name="descr" id="descr" value="" /></td>
|
<td><input type="textarea" name="descr" id="descr" value="" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue