consmétique
authorx2000habouzit <x2000habouzit>
Wed, 25 Feb 2004 12:43:33 +0000 (12:43 +0000)
committerx2000habouzit <x2000habouzit>
Wed, 25 Feb 2004 12:43:33 +0000 (12:43 +0000)
htdocs/trackers/admin.php
htdocs/trackers/show_rq.php
templates/trackers/show.tpl

index 7e1881e..4dbff05 100644 (file)
@@ -2,7 +2,6 @@
 require('auto.prepend.inc.php');
 require('tracker.inc.php');
 
-
 if(isset($_POST['action'])) {
     switch($_POST['action']) {
     // insertion ou création du tracker dans le formulaire
index cc2330c..dddad63 100644 (file)
@@ -5,7 +5,6 @@ require('tracker.inc.php');
 
 $tracker = new Tracker($_GET['tr_id']);
 
-
 $res = $globals->db->query("SELECT r.*, a.username, b.username AS admin, s.texte AS state
                             FROM trackers.requests    AS r
                             LEFT JOIN trackers.states AS s USING(st_id)
index 661e206..1e57b21 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: show.tpl,v 1.3 2004-02-23 21:50:38 x2000habouzit Exp $ *}
+{* $Id: show.tpl,v 1.4 2004-02-25 12:43:33 x2000habouzit Exp $ *}
 
 {literal}
 <script type="text/javascript">
@@ -44,7 +44,7 @@
 {/foreach}
 <tr><th colspan="3"></th></tr>
 {foreach item=rq from=$close}
-  <tr class="pri{$rq.pri}">
+  <tr>
     <td>{$rq.date|date_format:"%m&nbsp;%Y"}</td>
     <td><a href="show_rq.php?tr_id={$smarty.get.tr_id}&amp;rq_id={$rq.rq_id}">{$rq.summary}</a></td>
     <td class="action"><a href="javascript:del({$rq.rq_id})">delete</a></td>