[Mpuls-commits] r4772 - in base/trunk: . mpulsweb/templates/search

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Mar 10 16:17:49 CET 2011


Author: roland
Date: 2011-03-10 16:17:48 +0100 (Thu, 10 Mar 2011)
New Revision: 4772

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/templates/search/search.mako
Log:
issue1911: use wider colunmns

Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-03-10 11:05:45 UTC (rev 4771)
+++ base/trunk/ChangeLog	2011-03-10 15:17:48 UTC (rev 4772)
@@ -1,3 +1,7 @@
+2011-03-10  Roland Geider  <roland.geider at intevation.de>
+
+	* mpulsweb/templates/search/search.mako: issue1911: use wider colunmns
+
 2011-03-09  Torsten Irlaender <torsten at intevation.de>
 
 	* contrib/apache/mpuls.wsgi: Updated wsgi-script

Modified: base/trunk/mpulsweb/templates/search/search.mako
===================================================================
--- base/trunk/mpulsweb/templates/search/search.mako	2011-03-10 11:05:45 UTC (rev 4771)
+++ base/trunk/mpulsweb/templates/search/search.mako	2011-03-10 15:17:48 UTC (rev 4772)
@@ -32,7 +32,7 @@
         % if g.mpuls_config.is_enabled('case-module', 'organisation') and g.mpuls_config.is_enabled('search', 'option-responsibilty'):
           <tr>
             <td class="label">${_('Responsibility')}</td>
-            <td>
+            <td colspan="2">
               <input type="checkbox" name="own" id="show_own" value="1" checked="checked">
               <label for="show_own">
                 <img title="${_('Own cases')}"
@@ -50,7 +50,6 @@
                     height="22">${_('Standin')} ${self.showCount(c.count_standin)}
               </label>
             </td>
-            <td></td>
           </tr>
         % else:
             <input type="hidden" name="own" id="show_own" value="">
@@ -60,7 +59,7 @@
       % if g.mpuls_config.is_enabled('search', 'option-state'):
         <tr>
           <td class="label">${_('Status')}</td>
-          <td>
+          <td colspan="2">
             <input type="checkbox" name="state" id="show_open" value="1">
             <label for="show_open">
               <img title="${_('Editable cases')}" alt="${_('Editable')}" src="${h.url_for('/images/icons/edit_22.png')}" height="22" width="22">${_('Editable cases')}</label><br>
@@ -79,7 +78,6 @@
               </label>
             % endif
           </td>
-          <td></td>
         </tr>
       % endif
       % if g.mpuls_config.is_enabled('search', 'option-phase'):



More information about the Mpuls-commits mailing list