"Resize comment field for adding new organisation administrators"
This commit is contained in:
parent
cfb1c55150
commit
b553d02a5a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
<? } ?>
|
<? } ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="DataTD"><?=_("Comments")?>:</td>
|
<td class="DataTD"><?=_("Comments")?>:</td>
|
||||||
<td class="DataTD"><input type="text" name="comments" size=27 maxlength=20 value=""></td>
|
<td class="DataTD"><textarea name="comments" cols="30" rows="5"></textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("Add")?>"></td>
|
<td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("Add")?>"></td>
|
||||||
|
|
Loading…
Reference in a new issue