Bug 7760 - Add ids and classes to every staff page to help with customization (tools)
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Thu, 22 Mar 2012 10:40:09 +0000 (11:40 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 22 Mar 2012 17:12:32 +0000 (18:12 +0100)
Prefix for ids and class is 'tools'

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
19 files changed:
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt

index 3f0f4b9..c71ab9a 100644 (file)
@@ -23,7 +23,7 @@ for( x=0; x<allColumns.length; x++ ){
 <style type="text/css">#selections { display: none; }</style>
 <![endif]-->
 </head>
-<body>
+<body id="tools_batchMod-del" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
index 540b141..a1b63d9 100644 (file)
@@ -45,7 +45,7 @@ $("input[name='disable_input']").click(function() {
 <![endif]-->
 <link type="text/css" rel="stylesheet" href="[% themelang %]/css/addbiblio.css" />
 </head>
-<body>
+<body id="tools_batchMod-edit" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
index 5410bcd..df6fa57 100644 (file)
@@ -11,7 +11,7 @@
 //]]>
 </script>
 </head>
-<body>
+<body id="tools_batchMod" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
index 3d0fd2a..16176df 100644 (file)
@@ -37,7 +37,7 @@
 </script>
 
 </head>
-<body>
+<body id="tools_cleanborrowers" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
index f3c5192..3623096 100644 (file)
@@ -12,7 +12,7 @@ function reloadPage(p) {
 </script>
 </head>
 
-<body>
+<body id="tools_csv-profiles" class="tools">
        [% INCLUDE 'header.inc' %]
        [% INCLUDE 'cat-search.inc' %]
 
index 0412a81..14e87bc 100644 (file)
@@ -6,7 +6,7 @@
 <script type="text/javascript" src="[% themelang %]/lib/calendar/calendar-en.js"></script>
 <script type="text/javascript" src="[% themelang %]/lib/calendar/calendar-setup.js"></script>
 </head>
-<body>
+<body id="tools_export" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
index 55db32d..f597f82 100644 (file)
 #showHoliday { margin : .5em 0; } h1 select { width: 20em; } div.yui-b fieldset.brief ol { font-size:100%; } div.yui-b fieldset.brief li, div.yui-b fieldset.brief li.radio  { padding:0.2em 0; } .help { margin:.3em 0;border:1px solid #EEE;padding:.3em .7em; font-size : 90%; } #holidayweeklyrepeatable, #holidaysyearlyrepeatable, #holidaysunique, #holidayexceptions { font-size : 90%; margin-bottom : 1em;} .calendar td, .calendar th, .calendar .button, .calendar tbody .day { padding : .7em; font-size: 110%; } .calendar { width: auto; border : 0; }
 </style>
 </head>
-<body>
+<body id="tools_holidays" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
index 756e086..9fa7049 100644 (file)
@@ -7,7 +7,7 @@
     code { background-color: yellow; }
 </style>
 </head>
-<body>
+<body id="tools_import_borrowers" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'patron-search.inc' %]
 
index e3071a2..824b3ff 100644 (file)
@@ -28,7 +28,7 @@ $(document).ready(function(){
 //]]>
 </script>
 </head>
-<body>
+<body id="tools_inventory" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
index dfee834..06e6461 100644 (file)
@@ -35,7 +35,7 @@ tinyMCE.init({
 });
 </script>
 </head>
-<body>
+<body id="tools_koha-news" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
index fd0aa92..aa1301b 100644 (file)
@@ -117,7 +117,7 @@ $(document).ready(function() {
                //]]>
                </script>
 </head>
-<body>
+<body id="tools_letter" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'letters-search.inc' %]
 
index 3890efe..0750b2c 100644 (file)
@@ -28,7 +28,7 @@ $(document).ready(function(){
        #jobstatus { margin:.4em; }
        #jobprogress{ width:200px;height:10px;border:1px solid #666;background:url('/intranet-tmpl/prog/img/progress.png') -300px 0px no-repeat; } span.change-status { font-style:italic; color:#666; display:none; }</style>
 </head>
-<body>
+<body id="tools_manage-marc-import" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
index c3ad0c9..ab69533 100644 (file)
@@ -15,7 +15,7 @@ $(document).ready(function() {
 </script>
 
 </head>
-<body>
+<body id="tools_overduerules" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
index 2050828..bb59a7d 100644 (file)
@@ -12,7 +12,7 @@
 });
 </script>
 </head>
-<body>
+<body id="tools_picture-upload" class="tools">
 
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'patron-search.inc' %]
index 09c943a..6085550 100644 (file)
@@ -3,7 +3,7 @@
 [% INCLUDE 'doc-head-close.inc' %]
 [% INCLUDE 'calendar.inc' %]
 </head>
-<body>
+<body id="tools_scheduler" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'circ-search.inc' %]
 
index 0f9568e..af15194 100644 (file)
@@ -24,7 +24,7 @@ function CheckForm(f) {
 //]]>
 </script>
 </head>
-<body>
+<body id="tools_stage-marc-import" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
index 5cc3bbf..0cd163d 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Tools</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="tools_tools-home" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
index 6108b3d..b909cc8 100644 (file)
@@ -30,7 +30,7 @@ function CheckForm(f) {
 //]]>
 </script>
 </head>
-<body>
+<body id="tools_upload-images" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
index b2ab90f..8449341 100644 (file)
@@ -10,7 +10,7 @@
 [% INCLUDE 'doc-head-close.inc' %]
 [% INCLUDE 'calendar.inc' %]
 </head>
-<body>
+<body class="tools_viewlog" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]