modifications fichiers topbar et ergo

This commit is contained in:
Chantal Bernard-Putz 2010-05-02 06:02:41 +00:00
parent b24581ddf0
commit 10de3f8c31
2 changed files with 8 additions and 3 deletions

View File

@ -50,7 +50,10 @@ if ($del_confirm!="y") {
?> ?>
<h3><?php printf(_("Confirm the deletion of domain %s"),$domain); ?></h3> <h3><?php printf(_("Confirm the deletion of domain %s"),$domain); ?></h3>
<hr id="topbar"/>
<br />
<p class="error"><?php __("WARNING"); ?><br /><?php printf(_("Confirm the deletion of domain %s"),$domain); ?><br /> <p class="error"><?php __("WARNING"); ?><br /><?php printf(_("Confirm the deletion of domain %s"),$domain); ?><br />
<?php __("This will delete the related sub-domains too."); ?></p> <?php __("This will delete the related sub-domains too."); ?></p>
<form method="post" action="dom_dodel.php" id="main"> <form method="post" action="dom_dodel.php" id="main">
<p> <p>
@ -64,9 +67,11 @@ if ($del_confirm!="y") {
} }
?> ?>
<h3><?php printf(_("Domain %s deleted"),$domain); ?></h3> <h3><?php printf(_("Domain %s deleted"),$domain); ?></h3>
<hr id="topbar"/>
<br />
<p> <p>
<?php printf(_("The domain %s has been successfully deleted."),$domain); ?><br /> <?php printf(_("The domain %s has been successfully deleted."),$domain); ?><br /><br />
<a href="main.php" target="_parent"><?php __("Click here to continue"); ?></a> <span class="ina"><a href="main.php" target="_parent"><?php __("Click here to continue"); ?></a></span>
<?php $mem->show_help("del_domain"); ?> <?php $mem->show_help("del_domain"); ?>
</p> </p>
<?php include_once("foot.php"); ?> <?php include_once("foot.php"); ?>

View File

@ -60,5 +60,5 @@ $dom->unlock();
echo "<p class=\"error\">".$error."</p>"; echo "<p class=\"error\">".$error."</p>";
} }
?> ?>
<p><a href="dom_edit.php?domain=<?php echo urlencode($domain) ?>"><?php __("Click here to continue"); ?></a></p> <p><span class="ina"><a href="dom_edit.php?domain=<?php echo urlencode($domain) ?>"><?php __("Click here to continue"); ?></a></span></p>
<?php include_once("foot.php"); ?> <?php include_once("foot.php"); ?>