You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by bo...@apache.org on 2013/02/09 22:29:33 UTC

svn commit: r1444438 - /tapestry/tapestry-site/trunk/template/template.vm

Author: bobharner
Date: Sat Feb  9 21:29:33 2013
New Revision: 1444438

URL: http://svn.apache.org/r1444438
Log:
Minor: tweaked the title text on "edit" link that will appear on all Confluence-edited pages

Modified:
    tapestry/tapestry-site/trunk/template/template.vm

Modified: tapestry/tapestry-site/trunk/template/template.vm
URL: http://svn.apache.org/viewvc/tapestry/tapestry-site/trunk/template/template.vm?rev=1444438&r1=1444437&r2=1444438&view=diff
==============================================================================
--- tapestry/tapestry-site/trunk/template/template.vm (original)
+++ tapestry/tapestry-site/trunk/template/template.vm Sat Feb  9 21:29:33 2013
@@ -48,7 +48,7 @@ $content.replaceAll("Page Title", $page.
   <div id="breadcrumbs">
     #set($content = $exporter.breadcrumbs($page))
     $content.replaceAll('<a href="https://cwiki.apache.org/confluence/display/TAPESTRY/Index" title="Index">Index</a>&nbsp;&gt;&nbsp;',"").replaceAll("Home", "Index")
-    <a class="edit" title="Edit this page" href="$confluenceUri/pages/editpage.action?pageId=$page.id">edit page</a>)
+    <a class="edit" title="Edit this page (requires approval -- just ask on the mailing list)" href="$confluenceUri/pages/editpage.action?pageId=$page.id">edit</a>
   </div>
 
 <div id="content">