Index: lams_admin/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r28efddc5ed11e578dfac7c8faa35886e5d83b914 -r298ac30bd04d6cdffdbbc42d1ceec29831809dc7 --- lams_admin/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 28efddc5ed11e578dfac7c8faa35886e5d83b914) +++ lams_admin/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 298ac30bd04d6cdffdbbc42d1ceec29831809dc7) @@ -632,6 +632,7 @@ outcome.authoring.input =Search and select by outcome name or code outcome.authoring.existing =Added outcomes outcome.authoring.existing.none =none +outcome.authoring.remove.confirm =Are you sure you want to remove this learning outcome? sysadmin.maintain.session.name =Name congfig.header.antivirus =Antivirus config.av.enable =Enable antivirus scanning on files upload Index: lams_admin/conf/language/lams/ApplicationResources_en_AU.properties =================================================================== diff -u -r28efddc5ed11e578dfac7c8faa35886e5d83b914 -r298ac30bd04d6cdffdbbc42d1ceec29831809dc7 --- lams_admin/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 28efddc5ed11e578dfac7c8faa35886e5d83b914) +++ lams_admin/conf/language/lams/ApplicationResources_en_AU.properties (.../ApplicationResources_en_AU.properties) (revision 298ac30bd04d6cdffdbbc42d1ceec29831809dc7) @@ -632,6 +632,7 @@ outcome.authoring.input =Search and select by outcome name or code outcome.authoring.existing =Added outcomes outcome.authoring.existing.none =none +outcome.authoring.remove.confirm =Are you sure you want to remove this learning outcome? sysadmin.maintain.session.name =Name congfig.header.antivirus =Antivirus config.av.enable =Enable antivirus scanning on files upload Index: lams_admin/web/WEB-INF/tags/OutcomeAuthor.tag =================================================================== diff -u -rd2c76e5308cd9eff91c235b3fa8e9309bbc58d50 -r298ac30bd04d6cdffdbbc42d1ceec29831809dc7 --- lams_admin/web/WEB-INF/tags/OutcomeAuthor.tag (.../OutcomeAuthor.tag) (revision d2c76e5308cd9eff91c235b3fa8e9309bbc58d50) +++ lams_admin/web/WEB-INF/tags/OutcomeAuthor.tag (.../OutcomeAuthor.tag) (revision 298ac30bd04d6cdffdbbc42d1ceec29831809dc7) @@ -50,7 +50,8 @@ outcomeExistingNoneLabel = '', outcomeCreateNewLabel = '', - outcomeMappingRemoveButton = ''; + outcomeMappingRemoveButton = '', + outcomeMappingRemoveConfirm = ''; $(document).ready(function(){ $('#outcomeSearchInput${outcomeTagId}').autocomplete({ @@ -75,7 +76,7 @@ } if (!sameNameFound) { ui.content.push({ - 'label' : term + outcomeCreateNewLabel + 'label' : term + ' ' + outcomeCreateNewLabel }); } }, @@ -126,10 +127,12 @@ // cache already mapped outcomes outcomeMappingIds${outcomeTagId}.push(this.outcomeId); // add a label with outcome information - var outcomeButton = $('