mise a jour pour mtweb.0.8.1
[mw_actions_logs] / app / out / default / views / config / actions_logs / logs_actions.php
@@ -1,27 +1,27 @@
 <h2>Liste des actions</h2>
 
 <ul class="buttons">
-  <li><a class="add" href="<?php echo $this->url("admin/actions_logs/add_log_action"); ?>">Ajouter une action dans la liste</a></li>
-  <li><a href="<?php echo $this->url("admin/actions_logs/del_logs_actions"); ?>"
+  <li><a class="add" href="<?php echo $this->url("config/actions_logs/add_log_action"); ?>">Ajouter une action dans la liste</a></li>
+  <li><a href="<?php echo $this->url("config/actions_logs/del_logs_actions"); ?>"
        class="del"
        onclick="return confirm('Vider la liste ?')">Vider la liste <img src="<?php echo $this->out_url("icons/del.gif"); ?>"/></a></li>
 </ul>
 
 <p>
-  <a href="<?php echo $this->url("admin/actions_logs/config"); ?>"><strong>Configuration actuelle</strong></a> :
-  <strong>
-    <?php if($this->out["actions_logs_config"]["default_log"]) : ?>
-    enregistrer par défaut
-    <?php else : ?>
-    ne pas enregistrer par défaut
-    <?php endif; ?>
-  </strong>
-  (sauf si dans la liste)
+  <a href="<?php echo $this->url("config/actions_logs/config"); ?>"><strong>Configuration actuelle</strong></a> :
+</p>
+<p>
+  <?php if($this->out["actions_logs_config"]["default_log"]) : ?>
+  enregistrer un historique pour chaque action,
+  <?php else : ?>
+  n'enregistrer un historique pour aucune action,
+  <?php endif; ?>
+  sauf si l'action est dans cette liste.
 </p>
 
 <?php if($this->out["logs_actions"]["list"]) : ?>
 
-<form name="logs_actions_form" action="<?php echo $this->url("admin/actions_logs/logs_actions"); ?>" method="post">
+<form name="logs_actions_form" action="<?php echo $this->url("config/actions_logs/logs_actions"); ?>" method="post">
 
   <fieldset>
     <table class="admin" id="logs_actions" <?php echo $this->out["logs_actions"] ? "" : "style=\"display: none\""; ?>>
@@ -53,7 +53,7 @@
         </td>
         <?php endif; ?>
         <td align="center">
-          <a href="<?php echo $this->url("admin/actions_logs/del_log_action", array("id" => $log_action["id"])); ?>"
+          <a href="<?php echo $this->url("config/actions_logs/del_log_action", array("id" => $log_action["id"])); ?>"
              class="admin_link del_action"
              id="del_action_<?php echo $log_action["id"]; ?>"
              title="Enlever cette action de la liste"><img src="<?php echo $this->out_url("icons/del.gif"); ?>"/></a>