Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
ae3ee247
Commit
ae3ee247
authored
Jun 18, 2009
by
Sergej Pupykin
Committed by
Loui Chang
Jun 18, 2009
Browse files
submit button i18n
Signed-off-by:
Loui Chang
<
louipc.ist@gmail.com
>
parent
d25c1772
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/html/addvote.php
View file @
ae3ee247
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment