Project

General

Profile

« Previous | Next » 

Revision bfb0b9dc

Added by Vinicius Coque about 15 years ago

Adding gettext() calls

View differences:

usr/local/www/system_gateways_edit.php
316 316
                <tr>
317 317
                  <td width="22%" valign="top">&nbsp;</td>
318 318
                  <td width="78%"> 
319
                    <input name="Submit" type="submit" class="formbtn" value="Save"> <input type="button" value="<?=gettext("Cancel"); ?>" class="formbtn"  onclick="history.back()">
319
                    <input name="Submit" type="submit" class="formbtn" value="<?=gettext("Save");?>"> <input type="button" value="<?=gettext("Cancel");?>" class="formbtn"  onclick="history.back()">
320 320
                    <?php if (isset($id) && $a_gateways[$id]): ?>
321 321
                    <input name="id" type="hidden" value="<?=$id;?>">
322 322
                    <?php endif; ?>
usr/local/www/system_routes_edit.php
184 184
			?>
185 185
                    </select> <br />
186 186
			<div id='addgwbox'>
187
				<?=gettext("Choose which gateway this route applies to or"); ?> <a OnClick="show_add_gateway();" href="#">add a new one</a>.
187
				<?=gettext("Choose which gateway this route applies to or"); ?> <a OnClick="show_add_gateway();" href="#"><?=gettext("add a new one");?></a>.
188 188
								</div>
189 189
								<div id='notebox'>
190 190
								</div>
......
247 247
                <tr>
248 248
                  <td width="22%" valign="top">&nbsp;</td>
249 249
                  <td width="78%"> 
250
                    <input id="save" name="Submit" type="submit" class="formbtn" value="Save"> <input id="cancel" type="button" value="<?=gettext("Cancel"); ?>" class="formbtn"  onclick="history.back()">
250
                    <input id="save" name="Submit" type="submit" class="formbtn" value="<?=gettext("Save");?>"> <input id="cancel" type="button" value="<?=gettext("Cancel"); ?>" class="formbtn"  onclick="history.back()">
251 251
                    <?php if (isset($id) && $a_routes[$id]): ?>
252 252
                    <input name="id" type="hidden" value="<?=$id;?>">
253 253
                    <?php endif; ?>

Also available in: Unified diff