### Eclipse Workspace Patch 1.0 #P Sakai Trunk Index: rwiki/rwiki-tool/tool/src/webapp/WEB-INF/vm/history.vm =================================================================== --- rwiki/rwiki-tool/tool/src/webapp/WEB-INF/vm/history.vm (revision 76835) +++ rwiki/rwiki-tool/tool/src/webapp/WEB-INF/vm/history.vm (working copy) @@ -136,9 +136,10 @@ #if (${permissionsBean.updateAllowed}) - + #set( $revision = [${historyObject.revision}]) + ${rlb.jsp_history_revert_this_version} #else @@ -147,9 +148,10 @@ #if (${reverseHistoryHelperBean.theSame}) - #set ( $sameas = ${historyObject.revision} - 1 ) - ${rlb.jsp_history_content_same_as} -## Content same as V.${sameas} + #set ( $previousRevision = ${historyObject.revision} - 1) + #set ( $sameas = [$previousRevision]) + ${rlb.getFormattedMessage("jsp_history_content_same_as",$sameas.toArray())} + ## Content same as V.${sameas} #end