[Koha-patches] [PATCH] More comprehensive fixes for Bug 3850 - Budget Planning Pages Need Design Work

Owen Leonard oleonard at myacpl.org
Mon Jun 28 16:01:47 CEST 2010


- Filter moved to left-hand sidebar consistent with other pages
- Export option moved to left-hand sidebar to improve visibility
- Show/hide column controls moved to their own role with clear labels
- "Locked" icon added to replace indicating locked status by row color
---
 .../prog/en/modules/admin/aqplan.tmpl              |  229 +++++++++++---------
 koha-tmpl/intranet-tmpl/prog/img/locked.png        |  Bin 0 -> 822 bytes
 2 files changed, 121 insertions(+), 108 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/locked.png

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl
index 627b3f7..3871b0e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl
@@ -1,8 +1,8 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Administration &rsaquo; Budgets &rsaquo; Budget planning</title>
+<title>Koha &rsaquo; Administration &rsaquo; Budgets &rsaquo; Funds &rsaquo; Planning for <!-- TMPL_VAR NAME="budget_period_description" --> by <!-- TMPL_VAR NAME="authcat" --></title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <!-- TMPL_INCLUDE NAME="calendar.inc" -->
-<script type="text/javascript" src="<!-- TMPL_VAR NAME='themelang' -->/js/acq.js"></script>
+<script type="text/javascript" src="<!-- TMPL_VAR NAME="themelang" -->/js/acq.js"></script>
 <script type="text/javascript">
 //<![CDATA[
 // ---------------------------------------------------------------------
@@ -53,8 +53,7 @@ YAHOO.util.Event.onAvailable("popmenu", function () {
 
     <!-- /TMPL_LOOP -->
     oMenu = new YAHOO.widget.Menu("basicmenu",
-            {  position: "dynamic", itemdata: itemData , clicktohide  : "true" , context:["popmenu","tl","tr"] }
-    );
+            {  position: "dynamic", itemdata: itemData , clicktohide  : "true" , context:["popmenu","tl","tr"] });
 
    oMenu.render("popmenu");
    YAHOO.util.Event.addListener("add_popmenu_item", "click", oMenu.show, null, oMenu);
@@ -64,7 +63,7 @@ YAHOO.util.Event.onAvailable("popmenu", function () {
 });
 //]]>
 </script>
-
+<style type="text/css">td.locked { background-image: url('/intranet-tmpl/prog/img/locked.png'); padding-left : 20px; background-repeat: no-repeat; background-position: 4% 50%; } a.control { font-size:85%;text-decoration:none; }</style>
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
@@ -74,8 +73,7 @@ YAHOO.util.Event.onAvailable("popmenu", function () {
     <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
     <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo;
     <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a> &rsaquo; 
-    <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=<!-- TMPL_VAR NAME="budget_period_id" -->">Funds</a> &rsaquo;
-    <a href="/cgi-bin/koha/admin/aqplan.pl?budget_period_id=<!-- TMPL_VAR NAME="budget_period_id" -->">Planning</a> &rsaquo;
+    <a href="/cgi-bin/koha/admin/aqbudgets.pl?budget_period_id=<!-- TMPL_VAR NAME="budget_period_id" -->">Funds</a> &rsaquo; Planning for <!-- TMPL_VAR NAME="budget_period_description" --> by <!-- TMPL_VAR NAME="authcat" -->
 </div>
 
 <div id="doc3" class="yui-t2">
@@ -86,60 +84,28 @@ YAHOO.util.Event.onAvailable("popmenu", function () {
 
 <!-- TMPL_INCLUDE NAME="budgets-admin-toolbar.inc" -->
 
-<br />
+<form method="post" id="Aform" name="Aform"  action="/cgi-bin/koha/admin/aqplan.pl">
+<h3>Planning for <!-- TMPL_VAR NAME="budget_period_description" --> by <!-- TMPL_VAR NAME="authcat" --></h3>
 
-<form method="post" id='Aform' name="Aform"  action="/cgi-bin/koha/admin/aqplan.pl">
+<!-- Budget Lines -->
 
-<input type="hidden" id="budget_period_id" name="budget_period_id" value="<!-- TMPL_VAR NAME="budget_period_id" -->"/>
-<fieldset style=" border:2px solid #EEEEEE; " >
-<legend>Planning for <!-- TMPL_VAR NAME="budget_period_description" --> by <!-- TMPL_VAR NAME="authcat" --></legend>
-    <table class="invis" >
-    <tr><td>
-    <!-- TMPL_IF NAME="show_mine" -->
-        <input type="checkbox" id="show_mine"  name="show_mine" value="1" checked="checked" />
+    <!-- TMPL_IF NAME="budget_lines" -->
+
+    <!-- TMPL_IF name="cur" --><p><b>Currency = <!-- TMPL_VAR name="cur" --></b>.
+    <!-- TMPL_IF NAME="show_actual" -->
+        <b>Each cell contain both actual and estimated values.</b>
     <!-- TMPL_ELSE -->
-        <input type="checkbox" id="show_mine"  name="show_mine" value="1"  />
+        <b>Cells contain estimated values only.</b>
     <!-- /TMPL_IF -->
-    <label for="show_mine">Show my funds only</label>
-    </td>
-    <td>
-        <label for="authcat"  > Select planning type:</label>
-        <!-- TMPL_VAR NAME="authcat_dropbox" -->
-        <input type="submit" name="option_submit" value="Select" />
-    </td>
-    </tr>
-
-    <tr><td>
-    <!-- TMPL_IF NAME="show_active" -->
-        <input type="checkbox" id="show_active" name="show_active" value="1" checked="checked" />
+    </p><!-- TMPL_ELSE --><div class="dialog alert"><h3>No active currency is defined</h3><p>Please <a href="/cgi-bin/koha/admin/currency.pl">specify an active currency</a>.</p></div>
+<!-- TMPL_IF NAME="show_actual" -->
+        <p><b>Each cell contain both actual and estimated values.</b></p>
     <!-- TMPL_ELSE -->
-        <input type="checkbox" id="show_active" name="show_active" value="1" />
-        <!-- /TMPL_IF -->
-    <label for="show_active">Show active funds only</label>
-    </td>
-    <td></td>
-    </tr>
-
-    <tr><td>
-        <!-- TMPL_IF NAME="show_actual" -->
-            <input type="checkbox"    id="show_actual"   name="show_actual" value="1"   checked="checked" />
-        <!-- TMPL_ELSE -->
-            <input type="checkbox" id="show_actual" name="show_actual" value="1"  />
-        <!-- /TMPL_IF -->
-        <label for="show_actual">Show actual/estimated values:</label>
-    </td>
-    <td></td>
-    </tr>
-    </table>
-</fieldset>
-
-<br />
-
-<!-- Budget Lines -->
+        <p><b>Cells contain estimated values only.</b></p>
+    <!-- /TMPL_IF -->
+    <!-- /TMPL_IF -->
 
-    <!-- TMPL_IF NAME="budget_lines" -->
 
-    <!-- TMPL_IF name="cur" --><p><b>Currency = <!-- TMPL_VAR name="cur" --></b></p><!-- TMPL_ELSE --><div class="dialog alert"><h3>No active currency is defined</h3><p>Please <a href="/cgi-bin/koha/admin/currency.pl">specify an active currency</a>.</p></div><!-- /TMPL_IF -->
 
     <table id="plan" width="100%">
     <thead>
@@ -149,38 +115,43 @@ YAHOO.util.Event.onAvailable("popmenu", function () {
 
     <!-- TMPL_LOOP NAME="authvals_row" -->
          <!-- TMPL_IF NAME="display" -->
-            <th id="<!-- TMPL_VAR NAME="code" -->"   style="text-align: center;"
-                        class="<!-- TMPL_VAR NAME='colnum' -->" >
+            <th id="col<!-- TMPL_VAR NAME="code" -->" class="<!-- TMPL_VAR NAME="colnum" -->">
         <!-- TMPL_ELSE -->
-            <th id="<!-- TMPL_VAR NAME="code" -->"   style="text-align: center;
-                            display:none;" 
-                        class="<!-- TMPL_VAR NAME='colnum' -->" >
+            <th id="col<!-- TMPL_VAR NAME="code" -->" styl="display:none;" class="<!-- TMPL_VAR NAME="colnum" -->">
         <!-- /TMPL_IF -->
 
-    <!-- TMPL_VAR NAME="code" -->&nbsp;<span class="buttonPlus" onclick="delColumn('<!-- TMPL_VAR NAME="colnum" -->', '<!-- TMPL_VAR NAME="code" -->')"  > - &nbsp;</span></th>
-
+    <!-- TMPL_VAR NAME="code" --></th>
     <!-- /TMPL_LOOP -->
 
-    <th>Fund remaining</th>
-
-    <th id='popmenu' style=" text-align: center;" >
-    <span id="add_popmenu_item" class="buttonPlus" > + </span></th>
+    <th>Fund remaining</th><th>&nbsp;</th>
     </tr>
+    <tr>
+    <th>&nbsp;</th><th>&nbsp;</th>
+    <!-- TMPL_LOOP NAME="authvals_row" -->
+         <!-- TMPL_IF NAME="display" -->
+            <th class="<!-- TMPL_VAR NAME="colnum" -->">
+        <!-- TMPL_ELSE -->
+            <th style="display:none;" class="<!-- TMPL_VAR NAME="colnum" -->">
+        <!-- /TMPL_IF -->
+
+    <a class="control" onclick="delColumn('<!-- TMPL_VAR NAME="colnum" -->', 'col<!-- TMPL_VAR NAME="code" -->')" href="#" title="Hide this column">[ hide ]</a></th>
+
+    <!-- /TMPL_LOOP -->
+    <th id="popmenu"><a style="font-size:85%;text-decoration:none;" id="add_popmenu_item" href="#" title="Show a hidden column">[ show a column ]</a></th><th>&nbsp;</th>
+     </tr>
     </thead>
 
     <tbody>
     <!-- TMPL_LOOP NAME="budget_lines" -->
-            <!-- TMPL_IF Name="budget_lock" -->
-        <tr  class="highlight"  > 
-            <!--TMPL_ELSE -->
-        <tr > 
-            <!--/TMPL_IF -->
+<!-- TMPL_UNLESS NAME="__odd__" --><tr class="highlight"><!-- TMPL_ELSE
+--><tr><!-- /TMPL_UNLESS -->
 
-        <td align='left'><!-- TMPL_VAR NAME="budget_name_indent"--></td>
-        <td align='right'><span id='budget_tot_formatted_<!-- TMPL_VAR NAME="budget_id" -->'><!-- TMPL_VAR NAME="budget_amount_formatted"-->&nbsp;</span>
+
+        <td align="left"<!-- TMPL_IF NAME="budget_lock" --> class="locked" title="Fund locked"<!-- /TMPL_IF -->><!-- TMPL_VAR NAME="budget_name_indent"--></td>
+        <td><span id="budget_tot_formatted_<!-- TMPL_VAR NAME="budget_id" -->"><!-- TMPL_VAR NAME="budget_amount_formatted"-->&nbsp;</span>
 
         <!-- NEXT DIV ELEMENT IS USED BY JS FOR CALC-ING AUTO-FILL AND ESTIMATED AMOUNTS -->
-        <div style="display:none;" id='budget_tot_<!-- TMPL_VAR NAME="budget_id" -->'><!-- TMPL_VAR NAME="budget_amount"--></div></td>
+        <div style="display:none;" id="budget_tot_<!-- TMPL_VAR NAME="budget_id" -->"><!-- TMPL_VAR NAME="budget_amount"--></div></td>
 
         <!-- TMPL_LOOP NAME="lines"	-->
             <!-- TMPL_IF NAME="display" -->
@@ -191,15 +162,15 @@ YAHOO.util.Event.onAvailable("popmenu", function () {
             <table class="invis" width="100%">
                 <tr>
                     <!-- TMPL_IF Name="show_actual" -->
-                        <td   width="50%"  align="right" ><!-- TMPL_VAR NAME="actual_amount" --></td>
+                        <td   width="50%"  ><!-- TMPL_VAR NAME="actual_amount" --></td>
                     <!--/TMPL_IF -->
-                <td align="right">
+                <td>
 
                 <!--TMPL_IF  Name="budget_lock" -->
                     <!-- TMPL_VAR NAME="estimated_amount" -->&nbsp;
-                    <input type="hidden" style="text-align: right;"  name='<!-- TMPL_VAR NAME="cell_name"-->' value="<!-- TMPL_VAR NAME="estimated_amount" -->"   />
+                    <input type="hidden" style="text-align: right;"  name="<!-- TMPL_VAR NAME="cell_name"-->" value="<!-- TMPL_VAR NAME="estimated_amount" -->"   />
                 <!--TMPL_ELSE -->
-                    <input type="text" style="text-align: right;  width:90%; " size='6' name='<!-- TMPL_VAR NAME="cell_name"-->'  value="<!-- TMPL_VAR NAME="estimated_amount" -->"  id='budget_<!-- TMPL_VAR NAME="budget_id"--><!-- TMPL_VAR NAME="colnum"-->' class='plan_entry_<!-- TMPL_VAR NAME="budget_id"-->' onchange="calcTotalRow(this);" />
+                    <input type="text" style="text-align: right;  width:90%; " size="6" name="<!-- TMPL_VAR NAME="cell_name"-->"  value="<!-- TMPL_VAR NAME="estimated_amount" -->"  id="budget_<!-- TMPL_VAR NAME="budget_id"--><!-- TMPL_VAR NAME="colnum"-->" class="plan_entry_<!-- TMPL_VAR NAME="budget_id"-->" onchange="calcTotalRow(this);" />
                 <!--/TMPL_IF -->
 
                 </td></tr>
@@ -212,32 +183,32 @@ YAHOO.util.Event.onAvailable("popmenu", function () {
             <tr>
        <!-- TMPL_IF Name="show_actual" -->
             <!-- TMPL_IF NAME="act_negative" -->
-                <td width="50%" align="right" style="color: red;"> 
+                <td width="50%" style="color: red;">
             <!-- TMPL_ELSIF NAME="act_positive" -->
-                <td width="50%" align="right" style="color: green;"> 
+                <td width="50%" style="color: green;">
             <!-- TMPL_ELSE -->
-                <td width="50%" align="right">
+                <td width="50%">
             <!--/TMPL_IF -->
                     <!-- TMPL_VAR NAME="budget_act_remain"-->
         <!-- TMPL_ELSE -->
-            <td width="50%" align="right">
+            <td width="50%">
         <!-- /TMPL_IF -->
             </td>
 
         <!-- TMPL_IF NAME="est_negative" -->
-            <td width="50%"    align="right"  style="color: red;" id='budget_est_<!-- TMPL_VAR NAME="budget_id"-->'> 
+            <td width="50%" style="color: red;" id="budget_est_<!-- TMPL_VAR NAME="budget_id"-->">
         <!-- TMPL_ELSIF NAME="est_positive" -->
-            <td width="50%"    align="right"  style="color: green;" id='budget_est_<!-- TMPL_VAR NAME="budget_id"-->'> 
+            <td width="50%" style="color: green;" id="budget_est_<!-- TMPL_VAR NAME="budget_id"-->">
         <!-- TMPL_ELSE -->
-            <td width="50%"    align="right" id='budget_est_<!-- TMPL_VAR NAME="budget_id"-->'> 
-        <!--/TMPL_IF --> 
-                <!-- TMPL_VAR NAME="budget_est_remain"-->&nbsp;    
+            <td width="50%"id="budget_est_<!-- TMPL_VAR NAME="budget_id"-->">
+        <!--/TMPL_IF -->
+                <!-- TMPL_VAR NAME="budget_est_remain"-->&nbsp;
             </td>
             </tr>
         </table>
         </td>
 
-        <td align="center">
+        <td>
              <!-- TMPL_UNLESS Name="budget_lock" -->
                     <input type="button"  onclick="autoFillRow('<!-- TMPL_VAR NAME="budget_id"-->')" value="Auto-fill row"/>
             <!-- TMPL_ELSE  -->
@@ -249,19 +220,14 @@ YAHOO.util.Event.onAvailable("popmenu", function () {
     </tbody>
     </table>
 
-    <!-- TMPL_IF NAME="show_actual" -->
-        <span><b>Each cell contain both actual and estimated values.</b></span><br />
-    <!-- TMPL_ELSE -->
-        <span><b>Cells contain estimated values only.</b></span><br />
-    <!-- /TMPL_IF -->
     <!-- TMPL_IF name="budget_period_locked" -->
-        <!-- <input STYLE="background: gray;"   type="submit" value="Save" disabled='disabled'/> -->
+        <!-- <input STYLE="background: gray;"   type="submit" value="Save" disabled="disabled"/> -->
     <!-- TMPL_ELSE -->
-        <input type="button"  onclick="Check(this.form)" value="Save"/>
+        <fieldset class="action"><input type="button"  onclick="Check(this.form)" value="Save"/></fieldset>
     <!-- /TMPL_IF -->
 
 
-<div id='hide_div'>
+<div id="hide_div">
     <!-- TMPL_LOOP NAME="authvals_row" -->
 
      <!-- TMPL_UNLESS Name="display" -->
@@ -274,26 +240,73 @@ YAHOO.util.Event.onAvailable("popmenu", function () {
 
 </form>
 
+        <!-- TMPL_ELSE 	-->
+<div class="dialog message">No funds to display for this search criteria</div>
+        <!-- /TMPL_IF 	-->
+
+
+</div>
+</div>
+<div class="yui-b">
+
+<form method="post" action="/cgi-bin/koha/admin/aqplan.pl">
+<fieldset class="brief">
+<h4>Filter</h4>
+
+<ol>
+    <li>
+        <label for="authcat"> Select planning type:</label>
+        <!-- TMPL_VAR NAME="authcat_dropbox" -->
+    </li>
+    <li class="radio">
+    <!-- TMPL_IF NAME="show_mine" -->
+        <input type="checkbox" id="show_mine"  name="show_mine" value="1" checked="checked" />
+    <!-- TMPL_ELSE -->
+        <input type="checkbox" id="show_mine"  name="show_mine" value="1"  />
+    <!-- /TMPL_IF -->
+    <label for="show_mine">Show my funds only</label>
+    </li>
+
+    <li class="radio">
+    <!-- TMPL_IF NAME="show_active" -->
+        <input type="checkbox" id="show_active" name="show_active" value="1" checked="checked" />
+    <!-- TMPL_ELSE -->
+        <input type="checkbox" id="show_active" name="show_active" value="1" />
+        <!-- /TMPL_IF -->
+    <label for="show_active">Show active funds only</label>
+    </li>
+
+
+    <li class="radio">
+        <!-- TMPL_IF NAME="show_actual" -->
+            <input type="checkbox" id="show_actual" name="show_actual" value="1" checked="checked" />
+        <!-- TMPL_ELSE -->
+            <input type="checkbox" id="show_actual" name="show_actual" value="1"  />
+        <!-- /TMPL_IF -->
+        <label for="show_actual">Show actual/estimated values</label>
+    </li>
+    </ol>
+<fieldset class="action">
+        <input type="submit" name="option_submit" value="Submit" /></fieldset>
+</fieldset>
+</form>
+<!-- TMPL_IF NAME="budget_lines" -->
 <form method="post" action="/cgi-bin/koha/admin/aqplan.pl">
-<fieldset class="rows">
+<h4>Export</h4>
+<fieldset class="brief">
     <ol>
-    <li><label for="basename">Output to a file named: </label><input type="text" name="basename" id="basename" value="Export" />
-    <label class="inline" for="MIME">Into an application
+    <li><label for="basename">Output to a file named: </label><input type="text" name="basename" id="basename" value="Export" /></li>
+    <li><label class="inline" for="MIME">Into an application
     </label><!-- TMPL_VAR NAME="CGIextChoice" -->
-    <!-- TMPL_VAR NAME="CGIsepChoice" --> &nbsp;&nbsp;&nbsp;
-    <input type="submit" value="Output"/>
+    <!-- TMPL_VAR NAME="CGIsepChoice" --></li>
+    </ol>
+    <fieldset class="action">    <input type="submit" value="Submit"/>
     <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
-    <input type="hidden" name="output" value="file" />
-    </li></ol>
+    <input type="hidden" name="output" value="file" /></fieldset>
     </fieldset>
 </form>
+<!-- /TMPL_IF -->
 
-        <!-- TMPL_ELSE 	-->
-No funds to display for this search criteria
-        <!-- /TMPL_IF 	-->
-
-
-</div>
 </div>
 </div>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
diff --git a/koha-tmpl/intranet-tmpl/prog/img/locked.png b/koha-tmpl/intranet-tmpl/prog/img/locked.png
new file mode 100644
index 0000000000000000000000000000000000000000..65eadeddf227d762c500ce1c39328c2f34db2ca5
GIT binary patch
literal 822
zcmeAS at N?(olHy`uVBq!ia0vp^AT~b-Gmw0xxXuPhv7|ftIx;Y<KVi<=^%BUJEOCt}
z3C>R|DNig)WpGT%PfAtr%uP&B4N6T+sVqF13e?1y9pDq<`t<htOII%5y?5vInUk+x
zy?S<M)6?4<4=mGq`*il%^QSLfzHsUCr87H1etz0=cC-AYV->%C{rdOs-<w;mKR#|c
zyTfnSmYRF_?;cyLcjxY%{Rj8Gyl(N~)vmJ#<IWune|a<U;3}h&>*Wuxka>T{<IX9q
ztA|t$9NKs9V!@$9JC7b(_x}C67gx=XZ&N+ILjCpaz>n{4pW3MN>(ipA*P_mD(f#rB
z$G&ZqSFT?E^6}w^$5ofETzma=!;5Qn`*t>+-K=(eqs^{8J6^qhb#}Mvxve^9wgtYw
zZTR5f;}=(r9$$2O^!U-moys>4vtK)vdVHhjozs?QcJQ6wDs%0q<*}nX_b!(B^=bX_
z_2w^c#h%$9{_*9i6Q_<pxn6u^o8#k4o)6C`{r&s*&!0bM&YnKINAC35lc#q|pE!Nu
z+*ZRI$1M*ZIe31n!KIzDPcNHayMFckUFW-J+%D`_eSXFK(l(C68~N^^_x<qU!}F`2
z2bOEzxU&DuHop^_?9W{|`~Uy{mpiX*0LD#aNswPKkUJoNVQEO$8=xc3c)B=-RNP8h
zv7#gOVOO%zx)lr at 3T<5y<-3dAJpCHE8W at sRXoPHCzv6<A=xUG at 7w0oBg%dttWn95-
z0+Tgk1QZ%1w07t^_)K2{Qg6V0At5y(K|Am|Glv3OS)j0e{}-FOY+0a`z{V+J&v=bE
z9$#PwN~ss`<S^C0=^>d9l+rj|6ee`4_gly|R-i2jt9w at D)VJ5<R)TbuU)3u59Qe^!
zhYhI9Rr9XE;if5bemDT79t0YA`4w+@$gRuDVZcyYt})@syI1-^e=&Hv`njxgN at xNA
DWhCe<

literal 0
HcmV?d00001

-- 
1.7.0.4



More information about the Koha-patches mailing list