mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
i18n fix for bulk options
This commit is contained in:
parent
e23249a997
commit
1155e9065e
21 changed files with 67 additions and 67 deletions
|
@ -14,8 +14,8 @@
|
|||
<form action="/bulk/cron/" method="post" id="objects">
|
||||
<a class="submenu-select-link" href='javascript:checkedAll("objects");'> <?php print _('toggle all');?> </a>
|
||||
<select class="submenu-select-dropdown" name="action">
|
||||
<option><?php print _('apply to selected');?></option>
|
||||
<option><?php print _('delete');?></option>
|
||||
<option value=""><?php print _('apply to selected');?></option>
|
||||
<option value="delete"><?php print _('delete');?></option>
|
||||
</select>
|
||||
<input type="submit" name="ok" value="›" class="submenu-button" style="width: 36px;">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue