mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
changed button text Add/Back instead of Ok/Cancel
This commit is contained in:
parent
478021da2a
commit
62380f6c16
25 changed files with 37 additions and 37 deletions
|
@ -235,8 +235,8 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 24px 0 0 0;">
|
||||
<input type="submit" name="ok" value="OK" class="button">
|
||||
<input type="button" class="button" value="Cancel" onclick="<?php echo $back ?>">
|
||||
<input type="submit" name="ok" value="Add" class="button">
|
||||
<input type="button" class="button" value="Back" onclick="<?php echo $back ?>">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue