[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/authorities auth
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/authorities authorities.tmpl,1.6.2.4,1.6.2.5 |
Date: |
Fri, 23 Sep 2005 02:50:10 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31657/koha-tmpl/intranet-tmpl/default/en/authorities
Modified Files:
Tag: rel_2_2
authorities.tmpl
Log Message:
with new menu, the form is now 0, no more 1 !
Index: authorities.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/authorities.tmpl,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -C2 -r1.6.2.4 -r1.6.2.5
*** authorities.tmpl 25 Aug 2005 18:07:19 -0000 1.6.2.4
--- authorities.tmpl 23 Sep 2005 09:50:08 -0000 1.6.2.5
***************
*** 151,155 ****
alert(alertString2);
} else {
! document.forms[1].submit();
}
}
--- 151,155 ----
alert(alertString2);
} else {
! document.forms[0].submit();
}
}
***************
*** 179,184 ****
function AddField(field) {
! document.forms[1].op.value = "addfield";
! document.forms[1].addfield_field.value=field;
document.f.submit();
}
--- 179,184 ----
function AddField(field) {
! document.forms[0].op.value = "addfield";
! document.forms[0].addfield_field.value=field;
document.f.submit();
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/authorities authorities.tmpl,1.6.2.4,1.6.2.5,
Paul POULAIN <=