Index: lams_admin/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_admin/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_admin/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery('
| ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_central/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r5943e05705f7614c7c1c29d13ce50deacdc46cc0 -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_central/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 5943e05705f7614c7c1c29d13ce50deacdc46cc0)
+++ lams_central/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_central/web/css/_learner_base.scss
===================================================================
diff -u -r62aaf160878735888d077bf28fac3c1989bb8fbd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_central/web/css/_learner_base.scss (.../_learner_base.scss) (revision 62aaf160878735888d077bf28fac3c1989bb8fbd)
+++ lams_central/web/css/_learner_base.scss (.../_learner_base.scss) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -579,6 +579,14 @@
padding: 2px;
}
+.rating-criteria-tag .ui-button-icon-only .ui-icon {
+ margin-left: 0px;
+}
+
+.rating-criteria-tag label {
+ font-weight: initial;
+}
+
#criterias-table {
margin-left: 0px;
border-bottom: inherit;
Index: lams_gradebook/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_gradebook/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_gradebook/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_learning/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1f7150d6142f994d113ba543736a9f7c0e154337 -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_learning/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1f7150d6142f994d113ba543736a9f7c0e154337)
+++ lams_learning/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_monitoring/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_monitoring/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_monitoring/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_assessment/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_assessment/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_assessment/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_chat/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_chat/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_chat/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_daco/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_daco/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_daco/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_doku/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r24ebb6c91f49a10f1e5718036b3a3c1a80c3314f -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_doku/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 24ebb6c91f49a10f1e5718036b3a3c1a80c3314f)
+++ lams_tool_doku/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_forum/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_forum/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_forum/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_gmap/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r36cf71acc82bfe6bc8409a8419617c82bd4f31c0 -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_gmap/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 36cf71acc82bfe6bc8409a8419617c82bd4f31c0)
+++ lams_tool_gmap/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_images/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_images/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_images/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_imscc/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_imscc/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_imscc/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_lamc/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_lamc/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_lamc/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_laqa/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_laqa/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_laqa/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_larsrc/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_larsrc/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_larsrc/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_leader/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_leader/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_leader/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_mindmap/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_mindmap/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_mindmap/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_nb/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_nb/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_nb/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_notebook/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_notebook/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_notebook/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_pixlr/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_pixlr/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_pixlr/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_preview/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1042117ad93a6a9f93d8b1c8be7e718b7efd383f -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_preview/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1042117ad93a6a9f93d8b1c8be7e718b7efd383f)
+++ lams_tool_preview/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_sbmt/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_sbmt/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_sbmt/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_scratchie/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_scratchie/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_scratchie/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_scribe/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_scribe/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_scribe/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_spreadsheet/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_spreadsheet/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_spreadsheet/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_survey/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_survey/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_survey/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_task/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_task/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_task/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_vote/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_vote/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_vote/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_wiki/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r1abddf98cd1cef4c2bd78bedfa702e0908932ccd -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_wiki/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 1abddf98cd1cef4c2bd78bedfa702e0908932ccd)
+++ lams_tool_wiki/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_tool_zoom/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -rcd28f26327e5afe5f9797847d801eba0abab9144 -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_tool_zoom/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision cd28f26327e5afe5f9797847d801eba0abab9144)
+++ lams_tool_zoom/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@
Index: lams_www/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
===================================================================
diff -u -r4b717d41f12b0538fb1c04e86a0b389aa2eecc03 -rbad085b1dd5071ed2165bb83be9c41365bb0135a
--- lams_www/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 4b717d41f12b0538fb1c04e86a0b389aa2eecc03)
+++ lams_www/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision bad085b1dd5071ed2165bb83be9c41365bb0135a)
@@ -320,7 +320,7 @@
})).append(jQuery(' | ', {
width: '20px',
html: '">'
- })).appendTo('#criterias-table');
+ })).appendTo('#criterias-table-body');
// cannot activate the spinners until after the fields have been created by the appendTo above.
if ( style == 0 ) {
@@ -334,7 +334,7 @@
}
function reactivateArrows() {
- $('#criterias-table tr').each(function() {
+ $('#criterias-table-body tr').each(function() {
$this = $(this); // cache $(this)
@@ -399,7 +399,9 @@