mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
submit button i18n
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
d25c177229
commit
ae3ee2472a
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ if ($atype == "Trusted User" OR $atype == "Developer") {
|
|||
<b><?php print __('Proposal') ?></b><br />
|
||||
<textarea name='agenda' rows='10' cols='50'><?php if (!empty($_POST['agenda'])) { print htmlentities($_POST['agenda']); } ?></textarea><br />
|
||||
<input type='hidden' name='addVote' value='1'>
|
||||
<input type='submit' class='button' value='Submit'>
|
||||
<input type='submit' class='button' value='<?php print __('Submit'); ?>'>
|
||||
</form>
|
||||
<br />
|
||||
<?php
|
||||
|
|
Loading…
Add table
Reference in a new issue