Commit 4cb527b9 authored by Franco Fichtner's avatar Franco Fichtner

services: a bit more for previous

parent f9cff02a
...@@ -189,11 +189,6 @@ $main_buttons = array( ...@@ -189,11 +189,6 @@ $main_buttons = array(
<?php <?php
$i++; $i++;
endforeach; ?> endforeach; ?>
<tr>
<td colspan="6" class="list">
<?=gettext("You can force an update for an IP address on the edit page for that service.");?>
</td>
</tr>
</tbody> </tbody>
</table> </table>
</div> </div>
......
...@@ -398,10 +398,10 @@ include("head.inc"); ...@@ -398,10 +398,10 @@ include("head.inc");
<tr> <tr>
<td>&nbsp;</td> <td>&nbsp;</td>
<td> <td>
<button name="submit" type="submit" class="btn btn-primary" value="save" onclick="enable_change(true)"><?= gettext('Save') ?></button> <button name="submit" type="submit" class="btn btn-primary" value="save"><?= gettext('Save') ?></button>
<?php <?php
if (isset($id)): ?> if (isset($id)): ?>
<button name="force" type="submit" class="btn btn-primary" value="force" onclick="enable_change(true)"><?= gettext('Save and Force Update') ?></button> <button name="force" type="submit" class="btn btn-primary" value="force"><?= gettext('Save and Force Update') ?></button>
<input name="id" type="hidden" value="<?= $id ?>" /> <input name="id" type="hidden" value="<?= $id ?>" />
<?php <?php
endif; ?> endif; ?>
......
...@@ -247,9 +247,9 @@ include("head.inc"); ...@@ -247,9 +247,9 @@ include("head.inc");
<tr> <tr>
<td>&nbsp;</td> <td>&nbsp;</td>
<td> <td>
<button name="save" type="submit" class="btn btn-primary" value="save" onclick="enable_change(true)"><?= gettext('Save') ?></button> <button name="save" type="submit" class="btn btn-primary" value="save"><?= gettext('Save') ?></button>
<?php if (isset($id)): ?> <?php if (isset($id)): ?>
<button name="force" type="submit" class="btn btn-primary" value="force" onclick="enable_change(true)"><?= gettext('Save and Force Update') ?></button> <button name="force" type="submit" class="btn btn-primary" value="force"><?= gettext('Save and Force Update') ?></button>
<input name="id" type="hidden" value="<?=$id;?>" /> <input name="id" type="hidden" value="<?=$id;?>" />
<?php endif; ?> <?php endif; ?>
<a href="services_rfc2136.php" class="btn btn-default"><?= gettext('Cancel') ?></a> <a href="services_rfc2136.php" class="btn btn-default"><?= gettext('Cancel') ?></a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment