mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
i18n support
This commit is contained in:
parent
f5dcd88fef
commit
003036434c
34 changed files with 688 additions and 660 deletions
|
@ -102,9 +102,13 @@
|
|||
<input type="text" size="20" class="vst-input" name="v_cmd" <?php if (!empty($v_cmd)) echo "value='".$v_cmd."'"; ?>>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="data-col2">
|
||||
<tr>
|
||||
<td style="padding: 24px 0 0 0;">
|
||||
<td style="padding: 24px 0 0 0;" width="116px">
|
||||
<input type="submit" name="ok" value="<?php print _('Add');?>" class="button">
|
||||
</td>
|
||||
<td style="padding: 24px 0 0 0;">
|
||||
<input type="button" class="button" value="<?php print _('Back');?>" onclick="<?php echo $back ?>">
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue