Project

General

Profile

« Previous | Next » 

Revision 34ee6639

Added by NOYB NOYB over 9 years ago

Miscellaneous II - Remove Personalizations

Remove "you" personalizations.

View differences:

src/usr/local/www/diag_confbak.php
292 292
					<td><?= format_bytes($version['filesize']) ?></td>
293 293
					<td><?= htmlspecialchars($version['description']) ?></td>
294 294
					<td>
295
						<a class="fa fa-undo"		title="<?=gettext('Revert config')?>"	href="diag_confbak.php?newver=<?=$version['time']?>"	onclick="return confirm('<?=gettext("Are you sure you want to replace the current configuration with this backup?")?>')"></a>
295
						<a class="fa fa-undo"		title="<?=gettext('Revert config')?>"	href="diag_confbak.php?newver=<?=$version['time']?>"	onclick="return confirm('<?=gettext("Confirmation Required to replace the current configuration with this backup.")?>')"></a>
296 296
						<a class="fa fa-download"	title="<?=gettext('Download config')?>"	href="diag_confbak.php?getcfg=<?=$version['time']?>"></a>
297 297
						<a class="fa fa-trash"		title="<?=gettext('Delete config')?>"	href="diag_confbak.php?rmver=<?=$version['time']?>"></a>
298 298
					</td>

Also available in: Unified diff