Index: lams_build/lib/lams/lams.jar
===================================================================
diff -u -r735d0859836034e1890752428f348489fab97599 -ra83cc751c307aa62dd4c7fa568dccfb7c51bdc60
Binary files differ
Index: lams_central/conf/language/lams/ApplicationResources.properties
===================================================================
diff -u -r735d0859836034e1890752428f348489fab97599 -ra83cc751c307aa62dd4c7fa568dccfb7c51bdc60
--- lams_central/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 735d0859836034e1890752428f348489fab97599)
+++ lams_central/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision a83cc751c307aa62dd4c7fa568dccfb7c51bdc60)
@@ -663,6 +663,7 @@
authoring.fla.liveedit.readonly.remove.child.error =The activity can not be removed. It has read-only child activities.
authoring.fla.liveedit.readonly.remove.transition.error =The transition can not be removed. It is read-only.
authoring.fla.weights.menu =Weights
+authoring.fla.weights.title =Weights on activity outputs
authoring.fla.weights.activity =Activity
authoring.fla.weights.output =Output
authoring.fla.weights.weight =Weight
Index: lams_central/web/authoring/authoring.jsp
===================================================================
diff -u -r64e6623bc68b11257c7f5d71f3953154f80b6fde -ra83cc751c307aa62dd4c7fa568dccfb7c51bdc60
--- lams_central/web/authoring/authoring.jsp (.../authoring.jsp) (revision 64e6623bc68b11257c7f5d71f3953154f80b6fde)
+++ lams_central/web/authoring/authoring.jsp (.../authoring.jsp) (revision a83cc751c307aa62dd4c7fa568dccfb7c51bdc60)
@@ -86,6 +86,8 @@
FOLDER : '',
SEQUENCE : '',
+
+ WEIGHTS_TITLE : '',
SEQUENCE_NOT_VALID : decoderDiv.html('').text(),
Index: lams_central/web/includes/javascript/authoring/authoringGeneral.js
===================================================================
diff -u -r64e6623bc68b11257c7f5d71f3953154f80b6fde -ra83cc751c307aa62dd4c7fa568dccfb7c51bdc60
--- lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision 64e6623bc68b11257c7f5d71f3953154f80b6fde)
+++ lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision a83cc751c307aa62dd4c7fa568dccfb7c51bdc60)
@@ -1005,6 +1005,7 @@
'draggable' : true,
'width' : 500,
'close' : null,
+ 'title' : LABELS.WEIGHTS_TITLE,
'data' : {
'prepareForOpen' : function(){
var tbody = $('tbody', weightsDialogContents).empty();