Skip to content

Commit 62380f6

Browse files
committed
changed button text Add/Back instead of Ok/Cancel
1 parent 478021d commit 62380f6

25 files changed

+37
-37
lines changed

web/templates/admin/add_cron.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
</tr>
105105
<tr>
106106
<td style="padding: 24px 0 0 0;">
107-
<input type="submit" name="ok" value="OK" class="button">
108-
<input type="button" class="button" value="Cancel" onclick="<?php echo $back ?>">
107+
<input type="submit" name="ok" value="Add" class="button">
108+
<input type="button" class="button" value="Back" onclick="<?php echo $back ?>">
109109
</td>
110110
</tr>
111111
</table>

web/templates/admin/add_db.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@
165165
</tr>
166166
<tr>
167167
<td style="padding: 24px 0 0 0;">
168-
<input type="submit" name="ok" value="OK" class="button">
169-
<input type="button" class="button" value="Cancel" onclick="<?php echo $back ?>">
168+
<input type="submit" name="ok" value="Add" class="button">
169+
<input type="button" class="button" value="Back" onclick="<?php echo $back ?>">
170170
</td>
171171
</tr>
172172
</table>

web/templates/admin/add_dns.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@
154154
</tr>
155155
<tr>
156156
<td style="padding: 24px 0 0 0;">
157-
<input type="submit" name="ok" value="OK" class="button">
158-
<input type="button" class="button" value="Cancel" onclick="<?php echo $back ?>">
157+
<input type="submit" name="ok" value="Add" class="button">
158+
<input type="button" class="button" value="Back" onclick="<?php echo $back ?>">
159159
</td>
160160
</tr>
161161
</table>

web/templates/admin/add_dns_rec.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
</tr>
108108
<tr>
109109
<td style="padding: 24px 0 0 0;">
110-
<input type="submit" name="ok_rec" value="OK" class="button">
111-
<input type="button" class="button" value="Cancel" onclick="<?php echo $back ?>">
110+
<input type="submit" name="ok_rec" value="Add" class="button">
111+
<input type="button" class="button" value="Back" onclick="<?php echo $back ?>">
112112
</td>
113113
</tr>
114114
</table>

web/templates/admin/add_ip.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@
137137
</tr>
138138
<tr>
139139
<td style="padding: 24px 0 0 0;">
140-
<input type="submit" name="ok" value="OK" class="button">
141-
<input type="button" class="button" value="Cancel" onclick="<?php echo $back ?>">
140+
<input type="submit" name="ok" value="Add" class="button">
141+
<input type="button" class="button" value="Back" onclick="<?php echo $back ?>">
142142
</td>
143143
</tr>
144144
</table>

web/templates/admin/add_mail.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
</tr>
8585
<tr>
8686
<td style="padding: 24px 0 0 0;">
87-
<input type="submit" name="ok" value="OK" class="button">
88-
<input type="button" class="button" value="Cancel" onclick="<?php echo $back ?>">
87+
<input type="submit" name="ok" value="Add" class="button">
88+
<input type="button" class="button" value="Back" onclick="<?php echo $back ?>">
8989
</td>
9090
</tr>
9191
</table>

web/templates/admin/add_mail_acc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@
136136
</tr>
137137
<tr>
138138
<td style="padding: 24px 0 0 0;">
139-
<input type="submit" name="ok_acc" value="OK" class="button">
140-
<input type="button" class="button" value="Cancel" onclick="<?php echo $back ?>">
139+
<input type="submit" name="ok_acc" value="Add" class="button">
140+
<input type="button" class="button" value="Back" onclick="<?php echo $back ?>">
141141
</td>
142142
</tr>
143143
</table>

web/templates/admin/add_package.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@
235235
</tr>
236236
<tr>
237237
<td style="padding: 24px 0 0 0;">
238-
<input type="submit" name="ok" value="OK" class="button">
239-
<input type="button" class="button" value="Cancel" onclick="<?php echo $back ?>">
238+
<input type="submit" name="ok" value="Add" class="button">
239+
<input type="button" class="button" value="Back" onclick="<?php echo $back ?>">
240240
</td>
241241
</tr>
242242
</table>

web/templates/admin/add_user.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138
</tr>
139139
<tr>
140140
<td style="padding: 24px 0 0 0;">
141-
<input type="submit" name="ok" value="OK" class="button">
142-
<input type="button" class="button" value="Cancel" onclick="<?php echo $back ?>">
141+
<input type="submit" name="ok" value="Add" class="button">
142+
<input type="button" class="button" value="Back" onclick="<?php echo $back ?>">
143143
</td>
144144
</tr>
145145
</table>

web/templates/admin/add_web.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@
371371
<table class="data-col2" width="600px">
372372
<tr>
373373
<td style="padding: 33px 0 0 0;">
374-
<input type="submit" name="ok" value="OK" class="button">
375-
<input type="button" class="button" value="Cancel" onclick="<?php echo $back ?>">
374+
<input type="submit" name="ok" value="Add" class="button">
375+
<input type="button" class="button" value="Back" onclick="<?php echo $back ?>">
376376
</td>
377377
</tr>
378378
</table>

0 commit comments

Comments
 (0)