Shout: Don't fix the table widths in the template
authorBen Klang <ben@alkaloid.net>
Sat, 30 Jan 2010 02:46:08 +0000 (21:46 -0500)
committerBen Klang <ben@alkaloid.net>
Sat, 30 Jan 2010 02:46:08 +0000 (21:46 -0500)
shout/templates/devices/list.inc
shout/templates/extensions/list.inc

index dacfdc7..7ba6ce8 100644 (file)
                 $deleteurl = Horde_Util::addParameter($url, 'action', 'delete');
         ?>
         <tr class="item">
-            <td style="width: 20%">
+            <td>
                 <?php echo Horde::link($editurl); echo $devid; ?></a>
             </td>
-            <td style="width: 35%;">
+            <td>
                 <?php echo $info['mailbox']; ?>
             </td>
-            <td style="width: 45%">
+            <td>
                 <?php echo $info['callerid']; ?>
             </td>
         </tr>
index cf35bd9..b485914 100644 (file)
                 $deleteurl = Horde_Util::addParameter($url, 'action', 'delete');
         ?>
         <tr class="item" style="vertical-align: top">
-            <td style="width: 20%">
+            <td>
                 <?php echo Horde::link($editurl); echo $info['name'] . ' (' . $extension . ')'; ?></a>
             </td>
-            <td style="width: 35%;">
+            <td>
                 <?php
                 $attrs = array('onClick' => 'destinfo("' . $extension . '");',
                                'id' => 'destX' . $extension . 'toggle');
@@ -46,7 +46,7 @@
                 <div class="extensionDestinations" id="destX<?php echo $extension; ?>info">
                 </div>
             </td>
-            <td style="width: 45%">
+            <td>
                 <?php echo $info['email']; ?>
             </td>
         </tr>