Support: template cleanup
authorYasin <mohammed-yasin.rahman@lip6.fr>
Fri, 21 Feb 2014 14:33:32 +0000 (15:33 +0100)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Fri, 21 Feb 2014 14:33:32 +0000 (15:33 +0100)
portal/templates/supportview.html

index 4f86fab..0b2a3a5 100644 (file)
 <div id="middle" align="center">
     <div class="well">
         <table class="mytable table table-bordered table-hover">
 <div id="middle" align="center">
     <div class="well">
         <table class="mytable table table-bordered table-hover">
-            <tr class="odd">
+            <tr>
                 <th>Ticket No</th>
                 <th>Ticket No</th>
+                               <th>Reported By</th>
                                <th>Description</th>
                 <th>Status</th>
             </tr>
                                <th>Description</th>
                 <th>Status</th>
             </tr>
-            <tr class="border_bottom">
-                <td class="odd">1</td>
-                               <td class="odd"> Slice_request page is not working </td>
-                               <td class="even"> Unresolved</td>
+            <tr>
+                <td>1</td>
+                               <td>yasin.upmc@gmail.com</td>
+                               <td> Slice_request page is not working </td>
+                               <td> Unresolved</td>
             </tr>
             </tr>
-                       <tr class="border_bottom">
-                       <td class="odd">2</td>
-                       <td class="odd">Unable to Register</td>
-                       <td class="even"> Unresolved</td>
+                       <tr>
+                       <td>2</td>
+                               <td>azerty@lip6.fr</td>
+                       <td>Unable to Register</td>
+                       <td>Unresolved</td>
                        </tr>
 
         </table>
                        </tr>
 
         </table>