Index: lams_central/web/includes/javascript/ckconfig_custom.js =================================================================== diff -u -r6a28a3cd969047f7ef1f1e8b3a273ebcfe9c6d45 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision 6a28a3cd969047f7ef1f1e8b3a273ebcfe9c6d45) +++ lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -11,9 +11,10 @@ ['Paint_Button','oembed','Image','Link','Iframe','Table','HorizontalRule','Smiley','SpecialChar','Templates','Format','Font','FontSize','About'] ]; -CKEDITOR.config.toolbar_DefaultDoku = [ - ['Bold','Italic','Underline','StrikeThrough','NumberedList','BulletedList','Indent','Outdent','Undo','Redo'] +CKEDITOR.config.toolbar_DefaultDokuInline = [ + ['Bold','Italic','Underline','StrikeThrough','NumberedList','BulletedList','Indent','Outdent','Undo','Redo'] ]; + // removing Video Recorder from default tool bar LDEV-2961 // To include it back, just add 'VideoRecorder' in between the MoviePlayer and Kaltura Index: lams_tool_doku/web/WEB-INF/tags/AdvancedAccordian.tag =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tags/AdvancedAccordian.tag (.../AdvancedAccordian.tag) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tags/AdvancedAccordian.tag (.../AdvancedAccordian.tag) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -50,4 +50,4 @@ - + \ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tags/AuthoringButton.tag =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tags/AuthoringButton.tag (.../AuthoringButton.tag) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -123,11 +123,11 @@ }
- +
- + \ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag (.../AuthoringRatingAllStyleCriteria.tag) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -417,4 +417,4 @@ - + \ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tags/AuthoringRatingCriteria.tag =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tags/AuthoringRatingCriteria.tag (.../AuthoringRatingCriteria.tag) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -345,4 +345,4 @@ - + \ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tags/CKEditor.tag =================================================================== diff -u -r1564385272b790fb39e14dd2215a2dbe98b2e416 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tags/CKEditor.tag (.../CKEditor.tag) (revision 1564385272b790fb39e14dd2215a2dbe98b2e416) +++ lams_tool_doku/web/WEB-INF/tags/CKEditor.tag (.../CKEditor.tag) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -21,11 +21,11 @@ - + - - ${toolbarSet}DefaultDoku + + ${toolbarSet}Inline Index: lams_tool_doku/web/WEB-INF/tags/Comments.tag =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tags/Comments.tag (.../Comments.tag) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tags/Comments.tag (.../Comments.tag) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -45,4 +45,4 @@ $.ajaxSetup({ cache: true }); $('#commentFrame').load(url); }); - + \ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tags/Date.tag =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tags/Date.tag (.../Date.tag) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tags/Date.tag (.../Date.tag) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -61,4 +61,4 @@ - + \ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tags/DefineLater.tag =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tags/DefineLater.tag (.../DefineLater.tag) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tags/DefineLater.tag (.../DefineLater.tag) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -63,4 +63,4 @@ class="btn btn-primary pull-right voffset5"> - + \ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tags/FileUpload.tag =================================================================== diff -u --- lams_tool_doku/web/WEB-INF/tags/FileUpload.tag (revision 0) +++ lams_tool_doku/web/WEB-INF/tags/FileUpload.tag (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -0,0 +1,84 @@ +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-function" prefix="fn" %> +<%@ taglib uri="tags-fmt" prefix="fmt" %> + +<%-- Usually fileFieldname and fileFieldId are the same, but DACO needs them to be different. + If they can be the same, set fileFieldname and fileFieldId will be set to the same. + If you need them different, then define both. + If you define neither, fileFieldname = fileFieldId = "fileSelector" --%> +<%@ attribute name="fileFieldname" required="false" rtexprvalue="true"%> +<%@ attribute name="fileFieldId" required="false" rtexprvalue="true"%> + +<%@ attribute name="fileInputNameFieldname" required="false" rtexprvalue="true"%> +<%@ attribute name="fileInputMessageKey" required="false" rtexprvalue="true"%> + +<%-- Set uploadInfoMessageKey to '-' to NOT show the "not exe and max file size" type message. Leave it blank for the default key label.upload.info --%> +<%@ attribute name="uploadInfoMessageKey" required="false" rtexprvalue="true"%> +<%@ attribute name="maxFileSize" required="true" rtexprvalue="true"%> +<%@ attribute name="tabindex" required="false" rtexprvalue="true"%> + +<%-- Only set if you have more than one file field on the screen (such as DACO) --%> +<%@ attribute name="errorMsgDiv" required="false" rtexprvalue="true"%> +<%@ attribute name="fileButtonBrowse" required="false" rtexprvalue="true"%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ <%-- font-size:inherit needed for Share Resources authoring or the button is too small --%> + + + + +
+ +

${maxFileSize}

+
+ + + + Index: lams_tool_doku/web/WEB-INF/tags/ImgButtonWrapper.tag =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tags/ImgButtonWrapper.tag (.../ImgButtonWrapper.tag) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tags/ImgButtonWrapper.tag (.../ImgButtonWrapper.tag) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -1,37 +1,37 @@ -<% -/**************************************************************** - * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) - * ============================================================= - * License Information: http://lamsfoundation.org/licensing/lams/2.0/ - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2.0 - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA - * - * http://www.gnu.org/licenses/gpl.txt - * **************************************************************** - */ - - /** - * ImgButtonWrapper.tag - * Author: Mitchell Seaton - * Description: Simple wrapper that will display buttons correctly when RTL page rendering is used. - */ - - %> -<%@ tag body-content="scriptless" %> -
-
- -
-
+<% +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * **************************************************************** + */ + + /** + * ImgButtonWrapper.tag + * Author: Mitchell Seaton + * Description: Simple wrapper that will display buttons correctly when RTL page rendering is used. + */ + + %> +<%@ tag body-content="scriptless" %> +
+
+ +
+
Index: lams_tool_doku/web/WEB-INF/tags/LeaderDisplay.tag =================================================================== diff -u --- lams_tool_doku/web/WEB-INF/tags/LeaderDisplay.tag (revision 0) +++ lams_tool_doku/web/WEB-INF/tags/LeaderDisplay.tag (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -0,0 +1,28 @@ +<%@ tag body-content="scriptless"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-lams" prefix="lams"%> + +<%@ attribute name="idName" required="false" rtexprvalue="true"%> +<%@ attribute name="messageKey" required="false" rtexprvalue="true"%> +<%@ attribute name="username" required="false" rtexprvalue="true"%> +<%@ attribute name="userId" required="true" rtexprvalue="true"%> + + + + + + + + + +
+
+
+

+ ${username} +   +

+
+
+
Index: lams_tool_doku/web/WEB-INF/tags/Rating.tag =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tags/Rating.tag (.../Rating.tag) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tags/Rating.tag (.../Rating.tag) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -24,6 +24,7 @@ <%@ attribute name="averageRatingLabel" required="false" rtexprvalue="true" %> <%@ attribute name="minNumberWordsLabel" required="false" rtexprvalue="true" %> <%@ attribute name="showComments" required="false" rtexprvalue="true" %> +<%@ attribute name="allowRetries" required="false" rtexprvalue="true" %> <%-- Default value for message key --%> @@ -61,6 +62,10 @@ + + + + <%--Rating stars area---------------------------------------%>
@@ -77,7 +82,7 @@ - + @@ -191,4 +196,4 @@
-
+ \ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tags/RestrictedUsageAccordian.tag =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tags/RestrictedUsageAccordian.tag (.../RestrictedUsageAccordian.tag) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tags/RestrictedUsageAccordian.tag (.../RestrictedUsageAccordian.tag) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -51,4 +51,4 @@ - + \ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tags/StyledRating.tag =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tags/StyledRating.tag (.../StyledRating.tag) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tags/StyledRating.tag (.../StyledRating.tag) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -198,4 +198,4 @@ - + \ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tags/TSTable.tag =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tags/TSTable.tag (.../TSTable.tag) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tags/TSTable.tag (.../TSTable.tag) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -50,4 +50,4 @@ - + \ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tags/TabBody.tag =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tags/TabBody.tag (.../TabBody.tag) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -50,4 +50,4 @@ - + \ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tags/TabBodyArea.tag =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tags/TabBodyArea.tag (.../TabBodyArea.tag) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tags/TabBodyArea.tag (.../TabBodyArea.tag) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -36,4 +36,4 @@ - + \ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tags/Tabs.tag =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tags/Tabs.tag (.../Tabs.tag) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -97,4 +97,4 @@ - + \ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tags/TextSearch.tag =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tags/TextSearch.tag (.../TextSearch.tag) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tags/TextSearch.tag (.../TextSearch.tag) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -133,4 +133,4 @@ - + \ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tags/WaitingSpinner.tag =================================================================== diff -u --- lams_tool_doku/web/WEB-INF/tags/WaitingSpinner.tag (revision 0) +++ lams_tool_doku/web/WEB-INF/tags/WaitingSpinner.tag (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -0,0 +1,17 @@ +<%@ taglib uri="tags-core" prefix="c"%> + +<%@ attribute name="id" required="false" rtexprvalue="true"%> +<%@ attribute name="showInline" required="false" rtexprvalue="true"%> + + + id="${id}" + + + + + + + + + + \ No newline at end of file Index: lams_tool_doku/web/WEB-INF/tlds/jstl/c.tld =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tlds/jstl/c.tld (.../c.tld) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tlds/jstl/c.tld (.../c.tld) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -101,7 +101,7 @@ JSP -The URL of the dokumaran to import. +The URL of the resource to import. url true @@ -110,7 +110,7 @@ Name of the exported scoped variable for the -dokumaran's content. The type of the scoped +resource's content. The type of the scoped variable is String. var @@ -128,7 +128,7 @@ Name of the exported scoped variable for the -dokumaran's content. The type of the scoped +resource's content. The type of the scoped variable is Reader. varReader @@ -138,7 +138,7 @@ Name of the context when accessing a relative -URL dokumaran that belongs to a foreign +URL resource that belongs to a foreign context. context @@ -148,7 +148,7 @@ Character encoding of the content at the input -dokumaran. +resource. charEncoding false @@ -401,7 +401,7 @@ JSP -The URL of the dokumaran to redirect to. +The URL of the resource to redirect to. url false @@ -410,7 +410,7 @@ Name of the context when redirecting to a relative URL -dokumaran that belongs to a foreign context. +resource that belongs to a foreign context. context false @@ -532,7 +532,7 @@ Name of the context when specifying a relative URL -dokumaran that belongs to a foreign context. +resource that belongs to a foreign context. context false Index: lams_tool_doku/web/WEB-INF/tlds/jstl/fmt.tld =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tlds/jstl/fmt.tld (.../fmt.tld) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tlds/jstl/fmt.tld (.../fmt.tld) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -149,15 +149,15 @@ - Loads a dokumaran bundle to be used by its tag body + Loads a resource bundle to be used by its tag body bundle org.apache.taglibs.standard.tag.rt.fmt.BundleTag JSP -Dokumaran bundle base name. This is the bundle's -fully-qualified dokumaran name, which has the same +Resource bundle base name. This is the bundle's +fully-qualified resource name, which has the same form as a fully-qualified class name, that is, it uses "." as the package component separator and does not have any file type (such as ".class" or ".properties") @@ -180,16 +180,16 @@ - Loads a dokumaran bundle and stores it in the named scoped variable or + Loads a resource bundle and stores it in the named scoped variable or the bundle configuration variable setBundle org.apache.taglibs.standard.tag.rt.fmt.SetBundleTag empty -Dokumaran bundle base name. This is the bundle's -fully-qualified dokumaran name, which has the same +Resource bundle base name. This is the bundle's +fully-qualified resource name, which has the same form as a fully-qualified class name, that is, it uses "." as the package component separator and does not have any file type (such as ".class" or ".properties") @@ -238,7 +238,7 @@ -Localization context in whose dokumaran +Localization context in whose resource bundle the message key is looked up. bundle Index: lams_tool_doku/web/WEB-INF/tlds/lams/lams.tld =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tlds/lams/lams.tld (.../lams.tld) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -151,16 +151,16 @@ - Converts role name into form usable as message dokumaran key - Converts role name into form usable as message dokumaran key + Converts role name into form usable as message resources key + Converts role name into form usable as message resources key role org.lamsfoundation.lams.web.tag.RoleTag empty - Converts role name into form usable as message dokumaran key + Converts role name into form usable as message resources key role true @@ -178,16 +178,18 @@ css org.lamsfoundation.lams.web.tag.CssTag empty - - - Output stylesheet based on the user preferences. - style - false - - true - - - + + Override the name to use a different suffix than "learner" + suffix + false + true + + + Include this webapp in the path + webapp + false + true + @@ -395,6 +397,32 @@ true + + + Small portrait of a user + User Portrait + + Portrait + org.lamsfoundation.lams.web.tag.PortraitTag + empty + + userId + true + true + + + size + false + true + + + round + false + true + If true shows the portrait as a round dot. Defaults to true. + + + Tab /WEB-INF/tags/Tab.tag @@ -487,6 +515,10 @@ TextSearch /WEB-INF/tags/TextSearch.tag + + LeaderDisplay + /WEB-INF/tags/LeaderDisplay.tag + textarea org.lamsfoundation.lams.web.tag.LAMSMultiLinesTextareaTag @@ -529,5 +561,13 @@ CommentsAuthor /WEB-INF/tags/CommentsAuthor.tag + + FileUpload + /WEB-INF/tags/FileUpload.tag + + + WaitingSpinner + /WEB-INF/tags/WaitingSpinner.tag + Index: lams_tool_doku/web/WEB-INF/tlds/struts/struts-bean-el.tld =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/WEB-INF/tlds/struts/struts-bean-el.tld (.../struts-bean-el.tld) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/WEB-INF/tlds/struts/struts-bean-el.tld (.../struts-bean-el.tld) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -130,7 +130,7 @@ resource -org.apache.strutsel.taglib.bean.ELDokumaranTag +org.apache.strutsel.taglib.bean.ELResourceTag org.apache.struts.taglib.bean.ResourceTei empty Index: lams_tool_doku/web/pages/authoring/basic.jsp =================================================================== diff -u -rb15a3b889da23ac048a689fc2d661df42571b229 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_tool_doku/web/pages/authoring/basic.jsp (.../basic.jsp) (revision b15a3b889da23ac048a689fc2d661df42571b229) +++ lams_tool_doku/web/pages/authoring/basic.jsp (.../basic.jsp) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -13,5 +13,5 @@ - +