Index: lams_central/web/main.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/main.jsp,v diff -u -r1.77 -r1.78 --- lams_central/web/main.jsp 14 Apr 2014 14:40:40 -0000 1.77 +++ lams_central/web/main.jsp 15 Oct 2014 17:36:56 -0000 1.78 @@ -245,7 +245,7 @@ - \ No newline at end of file + Index: lams_central/web/WEB-INF/tags/TabName.tag =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/WEB-INF/tags/TabName.tag,v diff -u -r1.7 -r1.8 Binary files differ Index: lams_central/web/authoring/authoring.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/authoring/authoring.jsp,v diff -u -r1.6 -r1.7 --- lams_central/web/authoring/authoring.jsp 16 Jul 2014 20:17:07 -0000 1.6 +++ lams_central/web/authoring/authoring.jsp 15 Oct 2014 17:36:56 -0000 1.7 @@ -160,93 +160,93 @@
-
+
-
+
 
    -
  • -
  • +
  • +
-
+
 
    -
  • +
    • -
    • -
    • -
    • -
    • +
    • +
-
+
-
+
-
+
-
+
 
    -
  • +
-
+
 
    -
  • -
  • +
  • +
-
+
-
+
 
    -
  • -
  • +
  • +
-
+
@@ -268,6 +268,7 @@
- \ No newline at end of file + Index: lams_central/web/includes/javascript/authoring/authoringGeneral.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/authoring/authoringGeneral.js,v diff -u -r1.51 -r1.52 --- lams_central/web/includes/javascript/authoring/authoringGeneral.js 16 Jul 2014 20:17:06 -0000 1.51 +++ lams_central/web/includes/javascript/authoring/authoringGeneral.js 15 Oct 2014 17:36:56 -0000 1.52 @@ -301,6 +301,7 @@ // buttons shared by both load and save dialogs var sharedButtons = [ { + 'id' : 'cancelButton', 'text' : 'Cancel', 'tabIndex' : -1, 'click' : function() { @@ -614,6 +615,7 @@ { 'class' : 'defaultFocus', 'text' : LABELS.SAVE_BUTTON, + 'id' : 'saveLdStoreButton', 'click' : function() { var dialog = $(this), container = dialog.closest('.ui-dialog'), @@ -2625,4 +2627,4 @@ }); } } -}; \ No newline at end of file +};