Revision: 9276
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9276&view=rev
Author:   dnaber
Date:     2013-01-30 22:42:38 +0000 (Wed, 30 Jan 2013)
Log Message:
-----------
insert a backlink to the list of rules

Modified Paths:
--------------
    trunk/ltcommunity/grails-app/i18n/messages.properties
    trunk/ltcommunity/grails-app/views/rule/show.gsp

Modified: trunk/ltcommunity/grails-app/i18n/messages.properties
===================================================================
--- trunk/ltcommunity/grails-app/i18n/messages.properties       2013-01-30 
22:28:25 UTC (rev 9275)
+++ trunk/ltcommunity/grails-app/i18n/messages.properties       2013-01-30 
22:42:38 UTC (rev 9276)
@@ -66,6 +66,7 @@
 ltc.edit.rule.change=Change
 ltc.edit.rule.add=Add Rule
 
+ltc.rule.show.back.to.list=<< return to list of rules
 ltc.rule.show.title=Rule "{0}"
 ltc.rule.show.pattern=Pattern:
 ltc.rule.show.java.rule=[Java Rule]

Modified: trunk/ltcommunity/grails-app/views/rule/show.gsp
===================================================================
--- trunk/ltcommunity/grails-app/views/rule/show.gsp    2013-01-30 22:28:25 UTC 
(rev 9275)
+++ trunk/ltcommunity/grails-app/views/rule/show.gsp    2013-01-30 22:42:38 UTC 
(rev 9276)
@@ -16,6 +16,8 @@
             <input type="hidden" name="id" value="${ruleId.encodeAsHTML()}"/>
             <input type="hidden" name="lang" 
value="${params.lang.encodeAsHTML()}"/>
             <input type="hidden" name="disableId" 
value="${disableId.encodeAsHTML()}"/>
+                
+            <g:link action="list"  
params="${[lang:params.lang.encodeAsHTML()]}"><g:message 
code="ltc.rule.show.back.to.list" /></g:link>
             
             <h1><g:message code="ltc.rule.show.title" 
args="${[rule.description.encodeAsHTML()]}"/></h1>
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to