koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en acqui.sim... [dev_week]


From: Kyle Hall
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en acqui.sim... [dev_week]
Date: Fri, 16 Mar 2007 16:40:23 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Kyle Hall <kylemhall>   07/03/16 16:40:23

Modified files:
        koha-tmpl/intranet-tmpl/ccfls/en/acqui.simple: addbiblio.tmpl 
        koha-tmpl/intranet-tmpl/ccfls/en/catalogue: detail.tmpl 
        koha-tmpl/intranet-tmpl/ccfls/en/images: 
                                                 
subTab-circulation-issues-selected.png 
                                                 
subTab-circulation-issues-unselected.png 
        koha-tmpl/intranet-tmpl/ccfls/en/includes: head.inc 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/acqui.simple/addbiblio.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.2&r2=1.1.2.1.2.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/catalogue/detail.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.8&r2=1.1.2.1.2.9
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/images/subTab-circulation-issues-selected.png?cvsroot=koha&only_with_tag=dev_week&rev=1.1.2.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/images/subTab-circulation-issues-unselected.png?cvsroot=koha&only_with_tag=dev_week&rev=1.1.2.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/includes/head.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.2&r2=1.1.2.1.2.3

Patches:
Index: acqui.simple/addbiblio.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/acqui.simple/Attic/addbiblio.tmpl,v
retrieving revision 1.1.2.1.2.2
retrieving revision 1.1.2.1.2.3
diff -u -b -r1.1.2.1.2.2 -r1.1.2.1.2.3
--- acqui.simple/addbiblio.tmpl 5 Jan 2007 13:57:28 -0000       1.1.2.1.2.2
+++ acqui.simple/addbiblio.tmpl 16 Mar 2007 16:40:22 -0000      1.1.2.1.2.3
@@ -14,8 +14,10 @@
        <form method="post" name="f" id="f" action="addbiblio.pl">
 <h1><!-- TMPL_IF NAME="oldbiblionumtagfield" -->Editing <em><!-- TMPL_VAR 
name="title" --> (<!-- TMPL_VAR name="oldbiblionumber" -->)</em><!-- TMPL_ELSE 
-->Add MARC Record<!-- /TMPL_IF --></h1> <h4>Using Framework : <!--TMPL_VAR 
Name="framework" --></h4>
 
+<div class="tabbed">
                <input type="hidden" name="op" value="addbiblio" />
                <input type="hidden" name="addfield_field" />
+               <input type="hidden" name="repeat_field" />
                <input type="hidden" name="frameworkcode" value="<!-- TMPL_VAR 
NAME="frameworkcode" -->" />
                <input type="hidden" name="oldbiblionumber" value="<!-- 
TMPL_VAR NAME="oldbiblionumber" -->" />
                <!-- TMPL_IF name="bibid" -->
@@ -28,23 +30,23 @@
 
        <div class="tabs">
         <!-- TMPL_LOOP name="BIG_LOOP" -->
-            <a href="#" class="addbiblioTabOff" onclick="active(<!-- TMPL_VAR 
name="number"-->); return false;" id="link<!-- TMPL_VAR name="number"-->"><!-- 
TMPL_VAR name="number"--></a>
+            <a href="#" onclick="active(<!-- TMPL_VAR name="number"-->); 
return false;" id="link<!-- TMPL_VAR name="number"-->"><!-- TMPL_VAR 
name="number"--></a>
         <!--  /TMPL_LOOP -->
        </div>
 
-<!-- RESET PAGINATION -->
+<! -- RESET PAGINATION -->
 <!-- TMPL_LOOP name="BIG_LOOP" -->
 <!-- hide every tab except the 1st -->
 <!-- TMPL_IF name="number" -->
-    <div id="<!-- TMPL_VAR name="number" -->XX" class="tab" 
style="visibility:hidden">
+    <div name="<!-- TMPL_VAR name="number" -->XX" id="<!-- TMPL_VAR 
name="number" -->XX" class="tab" style="visibility:hidden">
 <!-- TMPL_ELSE -->
-    <div id="<!-- TMPL_VAR name="number" -->XX" class="tab" 
style="visibility:visible">
+    <div name="<!-- TMPL_VAR name="number" -->XX" id="<!-- TMPL_VAR 
name="number" -->XX" class="tab" style="visibility:visible">
 <!-- /TMPL_IF -->
 <!-- TMPL_UNLESS name="number" -->
     <!-- show duplicate warning on tab 0 only -->
         <!-- TMPL_IF name="duplicatebiblionumber" -->
                     <div class="error">
-                        <p>Is this a duplicate of <a 
href="../MARCdetail.pl?bib=<!-- TMPL_VAR name="duplicatebiblionumber" -->" 
onclick="openWindow('../MARCdetail.pl?bib=<!-- TMPL_VAR 
name="duplicatebiblionumber" -->&amp;popup=1', 'Duplicate biblio'; return 
false;)"><!-- TMPL_VAR name="duplicatetitle" --></a>?</p>
+                        <p>Is this a duplicate of <a 
href="../MARCdetail.pl?bib=<!-- TMPL_VAR name="duplicatebiblionumber" -->" 
onclick="openWindow('../MARCdetail.pl?bib=<!-- TMPL_VAR 
name="duplicatebiblionumber" -->&popup=1', 'Duplicate biblio'; return 
false;)"><!-- TMPL_VAR name="duplicatetitle" --></a>?</p>
                         <p>You must either :</p>
                         <ul>
                             <li>If it <em>is</em> a duplicate, <a 
href="additem.pl?biblionumber=<!-- TMPL_VAR name="duplicatebibid" -->">Edit 
Items</a> of the existing record.</li>
@@ -57,22 +59,22 @@
                <div style=";" id="tag<!-- TMPL_VAR name="tag"-->">
         <!-- TMPL_IF name="tag" -->
         <p class="MARCtag">
-            <input type="hidden" name="ind_tag" value="<!-- TMPL_VAR 
NAME="tag" -->" />
+            <input type="hidden" name="ind_tag" value="<!-- TMPL_VAR 
NAME="tag" -->">
             <!-- TMPL_UNLESS name="hide_marc" -->
                 <a title="<!-- TMPL_VAR NAME="tag_lib" -->"><!-- TMPL_VAR 
NAME="tag" --></a>
-                <input tabindex="1" class="indicator" 
onblur="this.className='indicator';" onfocus="this.className='indicatorFocus';" 
type="text" <!-- TMPL_IF NAME="fixedfield" --> style="display:none;" <!-- 
/TMPL_IF --> name="indicator" size="2" maxlength="2" value="<!-- TMPL_VAR 
NAME="indicator" -->" /> -
+                <input tabindex="1" 
onblur="this.style.backgroundColor='#ffffff';" 
onfocus="this.style.backgroundColor='#ffff00;'" type="text" <!-- TMPL_IF 
NAME="fixedfield" --> style="display:none;" <!-- /TMPL_IF --> name="indicator" 
size="2" maxlength="2" value="<!-- TMPL_VAR NAME="indicator" -->" class="flat"> 
-
             <!-- TMPL_ELSE -->
-                <input tabindex="1" type="hidden" <!-- TMPL_IF 
NAME="fixedfield" --> style="display:none;" <!-- /TMPL_IF --> name="indicator" 
value="<!-- TMPL_VAR NAME="indicator" -->" />
+                <input tabindex="1" type="hidden" <!-- TMPL_IF 
NAME="fixedfield" --> style="display:none;" <!-- /TMPL_IF --> name="indicator" 
value="<!-- TMPL_VAR NAME="indicator" -->">
             <!-- /TMPL_UNLESS -->
             <!-- TMPL_UNLESS NAME="advancedMARCEditor" -->
             <!-- TMPL_VAR NAME="tag_lib" -->
             <!-- /TMPL_UNLESS -->
-            <!-- TMPL_IF name="repeatable" --><a 
href="javascript:AddField('<!-- TMPL_VAR NAME="tag" -->')" title="Clone this 
Tag">+</a><!-- /TMPL_IF -->
+            <!-- TMPL_IF name="repeatable" --><a href="#<!-- TMPL_VAR 
NAME="tag" -->" 
onclick="javascript:this.nextSibling.type='text';this.nextSibling.focus()">+</a><input
 type="hidden" value="" size="2" onchange="javascript:AddField('<!-- TMPL_VAR 
NAME="tag" -->',this.value)" ><!-- /TMPL_IF -->
         </p>
         <!-- /TMPL_IF -->
         <!-- TMPL_LOOP NAME="subfield_loop" -->
             <!-- TMPL_IF NAME="visibility" -->
-                <a tabindex="1" class="unHideSubfield" id="label<!-- TMPL_VAR 
name="index" -->" onclick="unHideSubfield('subfield<!-- TMPL_VAR NAME="tag" 
--><!-- TMPL_VAR name="index" -->','label<!-- TMPL_VAR name="index" -->')" 
title="Expand this subfield">
+                <a tabindex="1" style="color: grey; font-size: 80%; cursor: 
se-resize;" id="label<!-- TMPL_VAR name="index" -->" 
onclick="unHideSubfield('subfield<!-- TMPL_VAR NAME="tag" --><!-- TMPL_VAR 
name="index" -->','label<!-- TMPL_VAR name="index" -->')">
                     <!-- TMPL_VAR NAME="subfield" -->
                 </a>
             <!-- /TMPL_IF -->
@@ -82,8 +84,8 @@
                     <label <!-- TMPL_IF NAME="fixedfield" --> 
style="display:none;" <!-- /TMPL_IF --> class="labelsubfield">
                 <!-- /TMPL_UNLESS -->
                 <!-- TMPL_UNLESS name="hide_marc" -->
-                    <img class="upsubfield" <!-- TMPL_IF NAME="fixedfield" --> 
style="display:none;" <!-- /TMPL_IF --> src="<!-- TMPL_VAR NAME="themelang" 
-->/images/up.png" onclick="upSubfield('subfield<!-- TMPL_VAR NAME="tag" 
--><!-- TMPL_VAR name="index" -->')" alt="Move Subfield Up" title="Move 
Subfield Up" />
-                        <input title="<!-- TMPL_VAR NAME="marc_lib_plain" 
-->"<!-- TMPL_IF NAME="fixedfield" --> style="display : none;"<!-- /TMPL_IF --> 
type="text" name="subfield" value="<!-- TMPL_VAR NAME="subfield" -->" size="1" 
maxlength="1" class="flat" readonly="readonly" tabindex="-1" />
+                    <img style="cursor: crosshair; color: grey; font-size: 
80%;" <!-- TMPL_IF NAME="fixedfield" --> style="display:none;" <!-- /TMPL_IF 
--> src="<!-- TMPL_VAR NAME="themelang" -->/images/up.png" 
onclick="upSubfield('subfield<!-- TMPL_VAR NAME="tag" --><!-- TMPL_VAR 
name="index" -->')"/>
+                        <input title="<!-- TMPL_VAR NAME="marc_lib_plain" -->" 
style=" <!-- TMPL_IF NAME="fixedfield" -->display:none; <!-- /TMPL_IF 
-->border:0;" type="text" name="subfield" value="<!-- TMPL_VAR NAME="subfield" 
-->" size="1" maxlength="1" class="flat" DISABLE READONLY tabindex=-1 />
                 <!-- TMPL_ELSE -->
                     <input type="hidden" name="subfield" value="<!-- TMPL_VAR 
NAME="subfield" -->"/>
                 <!-- /TMPL_UNLESS -->
@@ -95,7 +97,7 @@
                 <!-- /TMPL_UNLESS -->
                 <!-- TMPL_VAR NAME="marc_value" -->
                 <!-- TMPL_IF NAME="repeatable" -->
-                    <a class="clonesubfield" 
onclick="cloneSubfield('subfield<!-- TMPL_VAR NAME="tag" --><!-- TMPL_VAR 
name="index" -->')" title="Clone this Subfield">+</a>
+                    <a style="cursor: crosshair; color: grey; font-size: 80%;" 
onclick="cloneSubfield('subfield<!-- TMPL_VAR NAME="tag" --><!-- TMPL_VAR 
name="index" -->')">+</a>
                 <!-- /TMPL_IF -->
                 <input type="hidden" name="tag" value="<!-- TMPL_VAR 
NAME="tag" -->"/>
                 <input type="hidden" name="subfieldYYY" value="<!-- TMPL_VAR 
NAME="subfield" -->" size="2" maxlength="1"/>
@@ -109,7 +111,7 @@
     <!-- /TMPL_LOOP -->
     </div>
 <!-- /TMPL_LOOP -->
-               <div id="hidden" class="tab">
+               <div name="hidden" id="hidden" class="tab">
                <!-- TMPL_LOOP NAME="hidden_loop" -->
                                <input type="hidden" name="tag" value="<!-- 
TMPL_VAR NAME="tag" -->">
                                <input type="hidden" name="subfield" 
value="<!-- TMPL_VAR NAME="subfield" -->">
@@ -155,7 +157,8 @@
                                
document.getElementById(ong).style.visibility="visible";
                        }
                        if(document.getElementById(link)){
-                               
document.getElementById(link).className="addbiblioTabOn";
+                               
document.getElementById(link).style.color="#000066";
+                               
document.getElementById(link).style.backgroundColor="#FFFFCC";
                        }
                        }
                } else {
@@ -164,7 +167,8 @@
                                
document.getElementById(ong).style.visibility="hidden";
                        }
                        if (document.getElementById(link)) {
-                               
document.getElementById(link).className="addbiblioTabOff";
+                               
document.getElementById(link).style.color="#669999";
+                               
document.getElementById(link).style.backgroundColor="#D8DEB8";
                        }
                        }
                }
@@ -194,20 +198,20 @@
                    // mandatory, or if something else in the tag is entered
 
                    if (f.tag_mandatory[i].value == 1 || 
field_is_nonempty_p[f.tag[i].value]) {
-                               
f.field_value[i].className="addbiblioInputFocus";
+                               
f.field_value[i].style.backgroundColor="#FF0000";
                                total_missing_mandatory_subfields++;
                        if (f.field_value[i].parentNode.tagName == "B")
                        {
-                               
missing_mandatory_subfields.push(f.field_value[i].innerHTML + " ( is B tab " +  
f.field_value[i].parentNode.parentNode.parentNode.parentNode.id.substr(0,1) + 
")");
+                               
missing_mandatory_subfields.push(f.field_value[i].innerHTML + " (tab " +  
f.field_value[i].parentNode.parentNode.parentNode.parentNode.id.substr(0,1) + 
")");
                        }
                        else
                        {
-                               
missing_mandatory_subfields.push(f.field_value[i].innerHTML + " field " + 
f.tag[i].value + " $" +f.subfieldYYY[i].value);
+                               
missing_mandatory_subfields.push(f.field_value[i].innerHTML + " (tab " +  
f.field_value[i].parentNode.parentNode.parentNode.id.substr(0,1) + ")");
                        }
 
                        }
                } else {
-                       f.field_value[i].className="addbiblioInput";
+                       f.field_value[i].style.backgroundColor="#FFFFFF";
                }
        document.body.style.cursor ="default";
        }
@@ -224,15 +228,14 @@
                    total_missing_mandatory_tags++;
                    if (f.field_value[i].parentNode.tagName == "B")
                    {
-                               
missing_mandatory_tags.push(f.field_value[i].innerHTML + " (check tab " +  
f.field_value[i].parentNode.parentNode.parentNode.parentNode.id.substr(0,1) + 
")");
+                               
missing_mandatory_tags.push(f.field_value[i].innerHTML + " (tab " +  
f.field_value[i].parentNode.parentNode.parentNode.parentNode.id.substr(0,1) + 
")");
                    }
                    else
                    {
-                               
missing_mandatory_tags.push(f.field_value[i].innerHTML + " field " + 
f.tag[i].value);
-                               //+ " (check tab " +  
f.field_value[i].parentNode.parentNode.parentNode.id.substr(0,1) + ")");
+                               
missing_mandatory_tags.push(f.field_value[i].innerHTML + " (tab " +  
f.field_value[i].parentNode.parentNode.parentNode.id.substr(0,1) + ")");
                        }
                }
-               f.field_value[i].className="mandatory";
+               f.field_value[i].style.backgroundColor="#FFFF00";
            }
        }
 
@@ -258,7 +261,7 @@
 }
 function Dopop(link,i) {
        defaultvalue=document.forms['f'].field_value[i].value;
-       newin=window.open(link+"&result="+defaultvalue,"value 
builder",'width=550,height=550,toolbar=false,scrollbars=yes');
+       newin=window.open(link+"&result="+defaultvalue,"value 
builder",'width=700,height=550,toolbar=false,scrollbars=yes');
 }
 
 function PopupZ3950() {
@@ -295,7 +298,7 @@
                }
        }
        if(error < 4){
-       newin=window.open("../z3950/search.pl?oldbiblionumber=<!-- TMPL_VAR 
NAME="oldbiblionumber" 
-->"+strQuery,"z3950search",'width=640,height=400,location=yes,toolbar=no,scrollbars=yes');
+       newin=window.open("../z3950/search.pl?oldbiblionumber=<!-- TMPL_VAR 
NAME="bibid" 
-->"+strQuery,"z3950search",'width=640,height=400,location=yes,toolbar=no,scrollbars=yes');
        } else {
                alert("To perform a z39.50 search, you must enter at least one 
of the following: \n\n ISBN\n ISSN\n Title\n Author\n");
        }
@@ -311,44 +314,66 @@
 //     alert("X"+X);
     Y=X.parentNode.getAttribute("id");
 //     alert("tagid"+Y);
-       newin=window.open("../authorities/auth_finder.pl?authtypecode="+  
authtype+ "&tagid="+Y, "value 
builder",'width=550,height=550,toolbar=false,scrollbars=yes');
+       newin=window.open("../authorities/auth_finder.pl?authtypecode="+  
authtype+ "&tagid="+Y, "value 
builder",'width=700,height=550,toolbar=false,scrollbars=yes');
 }
 
 
-function AddField(field) {
+function AddField(field,cntrepeatfield) {
        document.forms['f'].op.value = "addfield";
        document.forms['f'].addfield_field.value=field;
+       document.forms['f'].repeat_field.value=cntrepeatfield;
        document.f.submit();
 }
 
 function cloneSubfield(index) {
- var original = document.getElementById(index);
+    var original = document.getElementById(index); //original <div>
  var clone = original.cloneNode(true);
- clone.setAttribute("id", index + index); 
-// orginput : the value of the original field (in [0] if hide_marc=1, 
otherwise in [1]
-// image : the up button. don't exist is hide_marc=1
- <!-- TMPL_IF name="hide_marc" -->
-       var orginput = original.getElementsByTagName('input')[0];
- <!-- TMPL_ELSE -->
-       var orginput = original.getElementsByTagName('input')[1];
-       image = clone.getElementsByTagName('img')[0];
-       image.setAttribute("onclick","upSubfield('" + index + index + "')");
- <!-- /TMPL_IF -->
- trigger = original.getElementsByTagName('a')[0];
- if (trigger) {
-       trigger.parentNode.removeChild(trigger);
- }
- clonetrigger = clone.getElementsByTagName('a')[0];
- clonetrigger.setAttribute("onclick","cloneSubfield('" + index + index + "')");
- clone.setAttribute("tabindex","1");
- orginput.value = '';
- original.parentNode.insertBefore( clone, original.nextSibling); 
+
+    // set the attribute for the new 'div' subfields
+    clone.setAttribute('id',index + index);//set another id.
+    var NumTabIndex;
+    NumTabIndex = parseInt(original.getAttribute('tabindex'));
+    if(isNaN(NumTabIndex)) NumTabIndex = 0;
+    clone.setAttribute('tabindex',NumTabIndex+1);
+
+    var CloneButtonPlus;
+    try{
+               CloneButtonPlus = clone.getElementsByTagName('a')[0];
+        CloneButtonPlus.setAttribute('onclick',"cloneSubfield('" + index + 
index + "')");
+    }
+    catch(e){
+        // do nothig if ButtonPlus & CloneButtonPlus don't exist.
+    }
+
+    // insert this line on the page
+    original.parentNode.insertBefore(clone,original.nextSibling);
 }
 
 function upSubfield(index) {
-var original = document.getElementById(index);
-var previous = original.previousSibling;
-original.parentNode.insertBefore( original, previous );
+       try{
+               var line = document.getElementById(index); // get the line 
where the user has clicked.
+       } catch(e) {
+               return;
+       }
+       var tag = line.parentNode; // get the dad of this line. (should be 
"<div tag=XXX>")
+       
+       // getting all subfields for this tag
+       var subfields = tag.getElementsByTagName('div');
+       var subfieldsLength = subfields.length;
+       if(subfieldsLength<=1) return; // nothing to do if there is just one 
subfield.
+       // among all subfields 
+       for(var i=0;i<subfieldsLength;i++){ 
+               if(subfields[i].getAttribute('id') == index){ //looking for the 
subfield which is clicked :
+                       if(i==0){ // if the clicked subfield is on the top
+                               tag.appendChild(subfields[0]);
+                               return;
+                       }else{
+                               var lineAbove = subfields[i-1];
+                               tag.insertBefore(line,lineAbove);
+                               return;
+                       }
+               }
+       }
 }
 
 function unHideSubfield(index,labelindex) {

Index: catalogue/detail.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/catalogue/Attic/detail.tmpl,v
retrieving revision 1.1.2.1.2.8
retrieving revision 1.1.2.1.2.9
diff -u -b -r1.1.2.1.2.8 -r1.1.2.1.2.9
--- catalogue/detail.tmpl       18 Jan 2007 14:41:28 -0000      1.1.2.1.2.8
+++ catalogue/detail.tmpl       16 Mar 2007 16:40:23 -0000      1.1.2.1.2.9
@@ -42,7 +42,7 @@
 <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
 <h3 class="title"><!-- TMPL_VAR NAME="title" --></h3>
 <!-- TMPL_IF NAME="subtitle" --><h4 class="subtitle"><!-- TMPL_VAR 
NAME="subtitle" --></h4><!-- /TMPL_IF -->
-<!-- TMPL_IF NAME="author" --><h5 class="author">By <a 
href="/cgi-bin/koha/search.marc/search.pl?op=do_search&marclist=biblio.author&amp;and_or=and&amp;operator=contains&amp;value=<!--
 TMPL_VAR NAME="author" escape="HTML"-->&amp;type=intranet"><!-- TMPL_VAR 
NAME="author" --></a></h5><!-- /TMPL_IF -->
+<!-- TMPL_IF NAME="author" --><h5 class="author">By <a href="/search?q=au:<!-- 
TMPL_VAR NAME="author" escape="HTML"-->"><!-- TMPL_VAR NAME="author" 
--></a></h5><!-- /TMPL_IF -->
 
 <div class="tabitem"><form action="MARCdetail.pl" method="get">
 <input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" 
/>
@@ -82,7 +82,7 @@
 
 <!-- /TMPL_LOOP --></ul></li>
        <!-- /TMPL_IF -->
-<!-- <li><b>Biblio Record:</b> <!-- TMPL_VAR NAME="biblionumber" --></li> -->
+<li><b>Biblio Record:</b> <!-- TMPL_VAR NAME="biblionumber" --></li>
                        <li><b>Total Number of Items:</b> <!-- TMPL_VAR 
NAME="count" --></li>
                        </ul><br class="clear" /></div><!-- TMPL_IF 
NAME="CAN_user_editcatalogue" --><div class="tabitem">
                <form action="acqui.simple/addbiblio.pl" method="get"><input 
type="hidden" name="oldbiblionumber" value="<!-- TMPL_VAR NAME="biblionumber" 
-->" /><input type="submit" class="submit" value="Edit Record" /></form>
@@ -117,7 +117,7 @@
                        <!-- /TMPL_IF-->
                        <!-- TMPL_IF name="notforloantext" --><!-- TMPL_VAR 
name="notforloantext" --><!-- /TMPL_IF -->
                        <!-- TMPL_IF NAME="itemlost"-->Item Lost<!-- /TMPL_IF 
-->
-                       <!-- TMPL_IF NAME="wthdrawn" -->Withdrawn<!-- /TMPL_IF 
-->
+                       <!-- TMPL_IF NAME="wthdrawn" -->Item Cancelled<!-- 
/TMPL_IF -->
                        <!-- TMPL_IF NAME="binding" -->Damaged<!-- /TMPL_IF -->
                        <!-- TMPL_IF name="count_reserves" --><span 
class="reserved"><!-- TMPL_VAR name="count_reserves" --></span><!-- /TMPL_IF -->
                        </td>

Index: images/subTab-circulation-issues-selected.png
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/images/Attic/subTab-circulation-issues-selected.png,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -u -b -r1.1.2.1 -r1.1.2.1.2.1
Binary files /tmp/cvsMFux3d and /tmp/cvsP6Ji1X differ

Index: images/subTab-circulation-issues-unselected.png
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/images/Attic/subTab-circulation-issues-unselected.png,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -u -b -r1.1.2.1 -r1.1.2.1.2.1
Binary files /tmp/cvsRMYHtd and /tmp/cvsdiNlvX differ

Index: includes/head.inc
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/includes/Attic/head.inc,v
retrieving revision 1.1.2.1.2.2
retrieving revision 1.1.2.1.2.3
diff -u -b -r1.1.2.1.2.2 -r1.1.2.1.2.3
--- includes/head.inc   22 Jan 2007 19:17:23 -0000      1.1.2.1.2.2
+++ includes/head.inc   16 Mar 2007 16:40:23 -0000      1.1.2.1.2.3
@@ -1,7 +1,3 @@
-<!-- Begin File: head.tmpl -->
-<!-- Author: Kyle Hall -->
-<!-- Last Edited: 03/02/06 -->
-
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 
 <html xmlns="http://www.w3.org/1999/xhtml";>
@@ -130,6 +126,8 @@
     case "mplf":
     case "mplc":
       ccflsCreateCookie( 'branch', 'MPL', 999 );
+    case "benson1":
+      ccflsCreateCookie( 'branch', 'BEN', 999 );  
       break;
   }
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]