Index: sakai-lamstwo/tool/src/webapp/lamstwo/LamstwoAddItem.jsp
===================================================================
RCS file: /usr/local/cvsroot/sakai-lamstwo/tool/src/webapp/lamstwo/LamstwoAddItem.jsp,v
diff -u -r1.2 -r1.3
--- sakai-lamstwo/tool/src/webapp/lamstwo/LamstwoAddItem.jsp 27 Apr 2007 07:30:03 -0000 1.2
+++ sakai-lamstwo/tool/src/webapp/lamstwo/LamstwoAddItem.jsp 2 May 2007 04:51:48 -0000 1.3
@@ -56,6 +56,11 @@
document.getElementById("addUpdateItem:tree:nextButton").disabled = false;
}
+
+ function clearSequence() {
+ var itemSequenceId = document.getElementById('addUpdateItem:itemSequenceId');
+ itemSequenceId.value = 0;
+ }
function openAuthor() {
//url = url + "¬ifyCloseURL=" + escape(window.location.href);
@@ -93,12 +98,13 @@
+
-
+