minor fixes
authortipaul <tipaul>
Thu, 27 Feb 2003 16:55:51 +0000 (16:55 +0000)
committertipaul <tipaul>
Thu, 27 Feb 2003 16:55:51 +0000 (16:55 +0000)
koha-tmpl/intranet-tmpl/default/en/acqui.simple/additem.tmpl
koha-tmpl/intranet-tmpl/default/en/acqui.simple/isbnsearch.tmpl
koha-tmpl/intranet-tmpl/default/en/catalogue/MARCdetail.tmpl

index 18e77aa..1a3f722 100644 (file)
@@ -88,7 +88,7 @@
 <script LANGUAGE="JavaScript">
 function active(numlayer)
 {
-       for (i=0; i < 10 ; i++ ) {
+       for (i=10; i < 11 ; i++ ) {
                ong = i+"XX";
                        link = "link"+i;
                if (numlayer==i) {
@@ -111,7 +111,7 @@ function Check(f) {
                        document.getElementById("error"+i).style.backgroundColor="#FF0000";
                        total_errors++;
                } else {
-                       document.getElementById("error"+i).style.backgroundColor="#FFFFFF";
+//                     document.getElementById("error"+i).style.backgroundColor="#FFFFFF";
                }
        }
        var alertString2;
index c7f2f82..fee2a8b 100644 (file)
@@ -65,6 +65,7 @@ Results <TMPL_VAR name="showoffset"> to <TMPL_VAR name="total"> displayed
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
+               <td>&nbsp;</td>
                <td><a href="addbiblio.pl?isbn=<TMPL_VAR name="isbn">">Add New Biblio</a></td>
        </tr>
 </table>
index b562fb2..01cdcb7 100644 (file)
@@ -1,4 +1,10 @@
 <TMPL_INCLUDE NAME="cat-top.inc">
+<STYLE TYPE="text/css" MEDIA=screen>
+       table { font-family:Arial;
+       font-weight:normal;
+       text-decoration:none;
+       font-size:10pt;}
+</STYLE>
 
 <table width=100% cellspacing=0 cellpadding=5 border=1>
 <tr background="/images/background-mem.gif">
@@ -33,7 +39,7 @@
        <tr>
          <td width="3%">&nbsp;</td>
            <td width="2%"><b><TMPL_VAR name="marc_tag"></b></td>
-               <td width="55%"><TMPL_VAR name="marc_lib"></td>
+               <td width="55%" align="right"><TMPL_VAR name="marc_lib"></td>
                <td width="40%"><TMPL_VAR name="marc_value"></td>
        </tr>
        </tmpl_loop>