mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Advanced button i18n
Signed-off-by: Sergej Pupykin <sergej.pupykin@lx-ltd.ru> Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
6073433d6f
commit
3b5f224ace
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<input type='submit' style='width:80px' class='button' name='do_Orphans' value='<?php print __("Orphans"); ?>' />
|
||||
|
||||
<?php endif; ?>
|
||||
<a href="?<?php print mkurl('detail=' . ((!empty($_GET['detail'])) ? 0 : 1) ) ?>">Advanced</a>
|
||||
<a href="?<?php print mkurl('detail=' . ((!empty($_GET['detail'])) ? 0 : 1) ) ?>"><?php print __("Advanced"); ?></a>
|
||||
</div>
|
||||
|
||||
<?php if (!empty($_GET['detail'])): ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue