changed button text Add/Back instead of Ok/Cancel

This commit is contained in:
Serghey Rodin 2012-12-15 00:11:27 +02:00
commit 62380f6c16
25 changed files with 37 additions and 37 deletions

View file

@ -371,8 +371,8 @@
<table class="data-col2" width="600px">
<tr>
<td style="padding: 33px 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>