[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/serials su... [rel_3_0]

Henri-Damien LAURENT laurenthdl at alinto.com
Tue Dec 19 16:48:50 CET 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Henri-Damien LAURENT <hdl>	06/12/19 15:48:50

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/serials: subscription-add.tmpl 

Log message:
	Checking irregularity also when simple numbers are expected.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.3.2.7&r2=1.3.2.8

Patches:
Index: subscription-add.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/prog/en/serials/subscription-add.tmpl,v
retrieving revision 1.3.2.7
retrieving revision 1.3.2.8
diff -u -b -r1.3.2.7 -r1.3.2.8
--- subscription-add.tmpl	27 Nov 2006 13:36:46 -0000	1.3.2.7
+++ subscription-add.tmpl	19 Dec 2006 15:48:49 -0000	1.3.2.8
@@ -152,7 +152,8 @@
         document.f.lastvalue3.value='';
         document.f.numberingmethod.value='{X}';
         moreoptions_daily_check(text[0]);
-        document.f.irreg_check.value=1;
+//        document.f.irreg_check.value=1;
+//         moreoptions(text[0]);
         display_table(0);
         break;
     }
@@ -226,8 +227,8 @@
     var error = errortext;
     document.getElementById("irregularity").innerHTML = error;
     } else {
-        document.getElementById("irregularity").innerHTML = '';
-        document.getElementById("more_options").innerHTML = '';
+/*        document.getElementById("irregularity").innerHTML = '';
+        document.getElementById("more_options").innerHTML = '';*/
         moreoptions(x);
     }
 }
@@ -263,6 +264,10 @@
                 textbox +="<td><input type='text' name='whenmorethantemp3' size='4' onkeyup='moreoptionsupdate(\"whenmorethan3\",1)'><\/td>\n";
             }
             textbox +="<\/tr>";
+        }else{
+            textbox +="<tr>";
+            textbox +="<td><a href='javascript:irregularity_check()'>Irregularity?<\/a><\/td>\n";
+            textbox +="<td><input type='text' name='whenmorethantemp2' size='4' onkeyup='moreoptionsupdate(\"whenmorethan2\",1)'><\/td>\n";
         }
         textbox +="<\/table>\n";
     }
@@ -741,7 +746,7 @@
             </td>
         </tr>
         <tr>
-            <td><label">Frequency: (*)</label></td>
+            <td><label>Frequency: (*)</label></td>
             <td>
                 <select name="periodicity" size="1" onchange="javascript:if (this.value==1){document.getElementsByName('manualhist')[0].checked=true}">
                 <option value="" selected>-- please choose --</option>





More information about the Koha-cvs mailing list