Bug 7760 - Add ids and classes to every staff page to help with customization (patrons)
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Thu, 22 Mar 2012 10:12:12 +0000 (11:12 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 17:12:30 +0000 (18:12 +0100)
Class is 'pat' and ids start with 'pat_'.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
20 files changed:
koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/deletemem.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/guarantor_search.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt

index 4e053e2..995ea8c 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Patrons &rsaquo; Account for [% INCLUDE 'patron-title.inc' %]</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="pat_borraccount" class="pat">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'patron-search.inc' %]
 
index 49c4ad2..5bd0a92 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Can't Delete Patron</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="pat_deletemem" class="pat">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'patron-search.inc' %]
 
index bf30f9f..c79cbf9 100644 (file)
@@ -55,7 +55,7 @@
         // -->
     </script>
 </head>
-
+<body id="pat_guarantor_search" class="pat">
 <div id="custom-doc" class="yui-t7">
    <div id="bd">
        <div class="yui-g">
index f783350..f8d242b 100644 (file)
@@ -9,7 +9,7 @@ $(document).ready(function(){
 //]]>
 </script>
 </head>
-<body>
+<body id="pat_mancredit" class="pat">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'patron-search.inc' %]
 
index 318bd59..62045a9 100644 (file)
@@ -9,7 +9,7 @@ $(document).ready(function(){
 //]]>
 </script>
 </head>
-<body>
+<body id="pat_maninvoice" class="pat">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'patron-search.inc' %]
 
index 32a8421..f04a620 100644 (file)
@@ -68,7 +68,7 @@
 
 </script>
 </head>
-<body>
+<body id="pat_member-flags" class="pat">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'patron-search.inc' %]
 
index 1269270..4eaef3f 100644 (file)
@@ -21,7 +21,7 @@
 //]]>
 </script>
 </head>
-<body>
+<body id="pat_member-password" class="pat">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'patron-search.inc' %]
 
index c3f3909..9fd7b5c 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Patrons [% IF ( searching ) %]&rsaquo; Search Results[% END %]</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="pat_member" class="pat">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'patron-search.inc' %]
 
index 901f8fa..8a31738 100644 (file)
@@ -95,7 +95,7 @@
 </script>
 <script type="text/javascript" src="[% themelang %]/js/members.js"></script>
 </head>
-<body>
+<body id="pat_memberentrygen" class="pat">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'patron-search.inc' %]
 
index f7ca5ff..efe7f20 100644 (file)
@@ -5,7 +5,7 @@
                #custom-doc { width:44.23em;*width:43.12em;min-width:491px; margin:auto; text-align:left; } 
        </style>
 </head>
-<body style="padding:.5em;">
+<body id="pat_moremember-brief" class="pat" style="padding:.5em;">
 <div id="custom-doc" class="yui-t7">
    <div id="bd">
        <h3>[% UNLESS ( I ) %]
index f84052b..7cf6bd5 100644 (file)
@@ -9,7 +9,7 @@
         window.close();
     }
 </script>
-<body onload="printThenClose();">
+<body id="pat_moremember-print" class="pat" onload="printThenClose();">
 
 </head>
 <body>
index 4a85ccb..6674e5c 100644 (file)
@@ -11,7 +11,7 @@
     }
 </script>
 </head>
-<body onload="printThenClose();">
+<body id="pat_moremember-receipt" class="pat" onload="printThenClose();">
 
 <div id="receipt">
 
index 14aa82d..7a62b00 100644 (file)
@@ -118,7 +118,7 @@ function validate1(date) {
 </script>
 
 </head>
-<body>
+<body id="pat_moremember" class="pat">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'patron-search.inc' %]
 
index 5b49c48..bd345b8 100644 (file)
@@ -25,7 +25,7 @@
     a.message-title { font-weight: bold; display: block; }
 </style>
 </head>
-<body>
+<body id="pat_notices" class="pat">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'patron-search.inc' %]
 
index d883958..4aaca9b 100644 (file)
@@ -14,7 +14,7 @@
 //]]>
 </script>
 </head>
-<body>
+<body id="pat_pay" class="pat">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'patron-search.inc' %]
 
index c3bdc1e..b38fc01 100644 (file)
@@ -54,7 +54,7 @@ function moneyFormat(textObj) {
 //]]>
 </script>
 </head>
-<body>
+<body id="pat_paycollect" class="pat">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'patron-search.inc' %]
 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% borrower.borrowernumber %]">Pay Fines for [% borrower.firstname %] [% borrower.surname %]</a> &rsaquo; [% IF ( pay_individual ) %]Pay an individual fine[% ELSIF ( writeoff_individual ) %]Write off an individual fine[% ELSE %][% IF ( selected_accts ) %]Pay an amount toward selected fines[% ELSE %]Pay an amount toward all fines[% END %][% END %]</div>
index 7625260..12ac15e 100644 (file)
@@ -10,7 +10,7 @@
     }
 </script>
 </head>
-<body onload="printThenClose();">
+<body id="pat_printfeercpt" class="pat" onload="printThenClose();">
 
 <div id="receipt">
 <!-- The table with the account items -->
index a712e83..a1fe56a 100644 (file)
@@ -10,7 +10,7 @@
     }
 </script>
 </head>
-<body onload="printThenClose();">
+<body id="printinvoice" class="pat" onload="printThenClose();">
 
 <div id="receipt">
 <!-- The table with the account items -->
index 0b31878..82858be 100644 (file)
@@ -13,7 +13,7 @@
  });
 }); </script>
 </head>
-<body>
+<body id="pat_readingrec" class="pat">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'patron-search.inc' %]
 
index 81fa3b6..8413468 100644 (file)
@@ -15,7 +15,7 @@
           #custom-doc { width:29em;*width:28.3em;min-width:377px; margin:auto; text-align:left; } 
 </style> 
 </head>
-<body>
+<body id="pat_update-child" class="pat">
 
 <div id="custom-doc" class="yui-t7">
 <div id="bd">