Bugzilla – Attachment 7899 Details for
Bug 7144
Floating collection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7144 follow-up cleaning for HTML4 coding guideline
Bug-7144-follow-up-cleaning-for-HTML4-coding-guide.patch (text/plain), 11.04 KB, created by
Paul Poulain
on 2012-02-27 13:17:42 UTC
(
hide
)
Description:
Bug 7144 follow-up cleaning for HTML4 coding guideline
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2012-02-27 13:17:42 UTC
Size:
11.04 KB
patch
obsolete
>From 707077834645bd5b212b03e1fa20c3dcd18da244 Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Mon, 27 Feb 2012 14:11:56 +0100 >Subject: [PATCH] Bug 7144 follow-up cleaning for HTML4 coding guideline > >http://wiki.koha-community.org/wiki/Coding_Guidelines#Upper_and_Lower_cases_in_strings >--- > .../prog/en/modules/admin/smart-rules.tt | 86 ++++++++++---------- > 1 files changed, 43 insertions(+), 43 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >index 1e3c1e0..4c4c534 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >@@ -69,18 +69,18 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde > <input type="hidden" name="op" value="add" /> > <table> > <tr> >- <th>Patron Category</th> >- <th>Item Type</th> >- <th>Current Checkouts Allowed</th> >- <th>Loan Period (day)</th> >- <th>Hard Due Date</th> >- <th>Fine Amount</th> >- <th>Fine Charging Interval</th> >- <th>Fine Grace period (day)</th> >- <th>Suspension in Days (day)</th> >- <th>Renewals Allowed (count)</th> >- <th>Holds Allowed (count)</th> >- <th>Rental Discount (%)</th> >+ <th>Patron category</th> >+ <th>Item type</th> >+ <th>Current checkouts allowed</th> >+ <th>Loan period (day)</th> >+ <th>Hard due date</th> >+ <th>Fine amount</th> >+ <th>Fine charging interval</th> >+ <th>Fine grace period (day)</th> >+ <th>Suspension in days (day)</th> >+ <th>Renewals allowed (count)</th> >+ <th>Holds allowed (count)</th> >+ <th>Rental discount (%)</th> > <th> </th> > </tr> > [% FOREACH rule IN rules %] >@@ -182,17 +182,17 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde > </form> > </div> > <div id="defaults-for-this-library" class="container"> >- <h3>Default checkout and hold policy for [% IF ( humanbranch ) %][% humanbranch %][% ELSE %]all libraries[% END %]</h3> >- <p>You can set a default maximum number of checkouts and hold policy that will be used if none is defined below for a particular item type or category.</p> >+ <h3>Default checkout, checkin and hold policy for [% IF ( humanbranch ) %][% humanbranch %][% ELSE %]all libraries[% END %]</h3> >+ <p>You can set a default maximum number of checkouts, hold policy and checkin policy that will be used if none is defined below for a particular item type or category.</p> > <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl"> > <input type="hidden" name="op" value="set-branch-defaults" /> > <input type="hidden" name="branch" value="[% current_branch %]"/> > <table> > <tr> > <th> </th> >- <th>Total Current Checkouts Allowed</th> >- <th>Hold Policy</th> >- <th>Return Policy</th> >+ <th>Total current checkouts allowed</th> >+ <th>Hold policy</th> >+ <th>Return policy</th> > <th> </th> > <th> </th> > </tr> >@@ -206,21 +206,21 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde > [% ELSE %] > <option value="2"> > [% END %] >- From Any Library >+ From any library > </option> > [% IF ( default_holdallowed_same ) %] > <option value="1" selected="selected"> > [% ELSE %] > <option value="1"> > [% END %] >- From Home Library >+ From home library > </option> > [% IF ( default_holdallowed_none ) %] > <option value="0" selected="selected"> > [% ELSE %] > <option value="0"> > [% END %] >- No Holds Allowed >+ No holds allowed > </option> > </select> > </td> >@@ -231,21 +231,21 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde > [% ELSE %] > <option value="homebranch"> > [% END %] >- Item Returns Home >+ Item returns home > </option> > [% IF ( default_returnbranch == 'holdingbranch' ) %] > <option value="holdingbranch" selected="selected"> > [% ELSE %] > <option value="holdingbranch"> > [% END %] >- Item Returns to Issuing Branch >+ Item returns to issuing branch > </option> > [% IF ( default_returnbranch == 'noreturn' ) %] > <option value="noreturn" selected="selected"> > [% ELSE %] > <option value="noreturn"> > [% END %] >- Item Floats >+ Item floats > </option> > </select> > </td> >@@ -271,8 +271,8 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde > <input type="hidden" name="branch" value="[% current_branch %]"/> > <table> > <tr> >- <th>Patron Category</th> >- <th>Total Current Checkouts Allowed</th> >+ <th>Patron category</th> >+ <th>Total current checkouts allowed</th> > <th> </th> > </tr> > [% FOREACH branch_cat_rule_loo IN branch_cat_rule_loop %] >@@ -324,9 +324,9 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde > The various policies have the following effects: > </p> > <ul> >- <li><strong>From Any Library:</strong> Patrons from any library may put this item on hold. <cite>(default if none is defined)</cite></li> >- <li><strong>From Home Library:</strong> Only patrons from the item's home library may put this book on hold.</li> >- <li><strong>No Holds Allowed:</strong> No patron may put this book on hold.</li> >+ <li><strong>From any library:</strong> Patrons from any library may put this item on hold. <cite>(default if none is defined)</cite></li> >+ <li><strong>From home library:</strong> Only patrons from the item's home library may put this book on hold.</li> >+ <li><strong>No holds allowed:</strong> No patron may put this book on hold.</li> > </ul> > <p> > Note that if the system preference >@@ -340,9 +340,9 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde > <input type="hidden" name="branch" value="[% current_branch %]"/> > <table> > <tr> >- <th>Item Type</th> >- <th>Hold Policy</th> >- <th>Return Policy</th> >+ <th>Item type</th> >+ <th>Hold policy</th> >+ <th>Return policy</th> > <th> </th> > </tr> > [% FOREACH branch_item_rule_loo IN branch_item_rule_loop %] >@@ -358,19 +358,19 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde > [% END %] > </td> > <td>[% IF ( branch_item_rule_loo.holdallowed_any ) %] >- From Any Library >+ From any library > [% ELSIF ( branch_item_rule_loo.holdallowed_same ) %] >- From Home Library >+ From home library > [% ELSE %] >- No Holds Allowed >+ No holds allowed > [% END %] > </td> > <td>[% IF ( branch_item_rule_loo.returnbranch == 'homebranch' ) %] >- Item Returns Home >+ Item returns home > [% ELSIF ( branch_item_rule_loo.returnbranch == 'holdingbranch' ) %] >- Item Returns to Issuing Branch >+ Item returns to issuing branch > [% ELSIF ( branch_item_rule_loo.returnbranch == 'noreturn' ) %] >- Item Floats >+ Item floats > [% ELSE %] > Error - unknown option > [% END %] >@@ -390,16 +390,16 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde > </td> > <td> > <select name="holdallowed"> >- <option value="2">From Any Library</option> >- <option value="1">From Home Library</option> >- <option value="0">No Holds Allowed</option> >+ <option value="2">From any library</option> >+ <option value="1">From home library</option> >+ <option value="0">No holds allowed</option> > </select> > </td> > <td> > <select name="returnbranch"> >- <option value="homebranch">Item Returns Home</option> >- <option value="holdingbranch">Item Returns to Issuing Branch</option> >- <option value="noreturn">Item Floats</option> >+ <option value="homebranch">Item returns home</option> >+ <option value="holdingbranch">Item returns to issuing branch</option> >+ <option value="noreturn">Item floats</option> > </select> > </td> > <td><input type="submit" value="Add" class="submit" /></td> >-- >1.7.5.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7144
:
6177
|
6482
|
6891
|
7033
|
7533
|
7899
|
8056