You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2014/07/04 19:56:09 UTC

svn commit: r1607898 - in /roller/trunk/app/src/main/webapp/themes: basic/_day-mobile.vm basic/_day.vm fauxcoly/day.vm gaurav/day.vm

Author: snoopdave
Date: Fri Jul  4 17:56:08 2014
New Revision: 1607898

URL: http://svn.apache.org/r1607898
Log:
Fix references to deleted string, replace with 'generic.edit'

Modified:
    roller/trunk/app/src/main/webapp/themes/basic/_day-mobile.vm
    roller/trunk/app/src/main/webapp/themes/basic/_day.vm
    roller/trunk/app/src/main/webapp/themes/fauxcoly/day.vm
    roller/trunk/app/src/main/webapp/themes/gaurav/day.vm

Modified: roller/trunk/app/src/main/webapp/themes/basic/_day-mobile.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/basic/_day-mobile.vm?rev=1607898&r1=1607897&r2=1607898&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/basic/_day-mobile.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/basic/_day-mobile.vm Fri Jul  4 17:56:08 2014
@@ -10,7 +10,7 @@
          $entry.title
          #set($commentCount = $entry.commentCount)
          #if($utils.isUserAuthorizedToAuthor($entry.website))
-           &nbsp;|&nbsp;&nbsp;<a href="$url.editEntry($entry.anchor)" data-role="button" data-inline="true" data-mini="true">$text.get("macro.weblog.entrypermalink.edit")</a>
+           &nbsp;|&nbsp;&nbsp;<a href="$url.editEntry($entry.anchor)" data-role="button" data-inline="true" data-mini="true">$text.get("generic.edit")</a>
          #end
          #if($entry.commentsStillAllowed || $commentCount > 0)
            |&nbsp;&nbsp;$text.get("macro.weblog.comments") [$commentCount]

Modified: roller/trunk/app/src/main/webapp/themes/basic/_day.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/basic/_day.vm?rev=1607898&r1=1607897&r2=1607898&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/basic/_day.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/basic/_day.vm Fri Jul  4 17:56:08 2014
@@ -22,7 +22,7 @@
             Posted at <a href="$url.entry($entry.anchor)">$utils.formatDate($entry.pubTime, "hh:mma MMM dd, yyyy")</a>
             by $entry.creator.screenName in <span class="category">$entry.category.name</span> &nbsp;|&nbsp;
             #if ($utils.isUserAuthorizedToAuthor($entry.website))
-                <a href="$url.editEntry($entry.anchor)">$text.get("macro.weblog.entrypermalink.edit")</a> &nbsp;|&nbsp;
+                <a href="$url.editEntry($entry.anchor)">$text.get("generic.edit")</a> &nbsp;|&nbsp;
             #end
             #set($commentCount = $entry.commentCount)
             #if($entry.commentsStillAllowed || $commentCount > 0)

Modified: roller/trunk/app/src/main/webapp/themes/fauxcoly/day.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/fauxcoly/day.vm?rev=1607898&r1=1607897&r2=1607898&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/fauxcoly/day.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/fauxcoly/day.vm Fri Jul  4 17:56:08 2014
@@ -36,7 +36,7 @@
             #if ($utils.isUserAuthorizedToAuthor($entry.website))
                 &nbsp;|&nbsp;
                 <a href="$url.editEntry($entry.anchor)">
-                    $text.get("macro.weblog.entrypermalink.edit")</a>
+                    $text.get("generic.edit")</a>
             #end
         </p>
 

Modified: roller/trunk/app/src/main/webapp/themes/gaurav/day.vm
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/gaurav/day.vm?rev=1607898&r1=1607897&r2=1607898&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/gaurav/day.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/gaurav/day.vm Fri Jul  4 17:56:08 2014
@@ -37,7 +37,7 @@
 		        #if ($utils.isUserAuthorizedToAuthor($entry.website))
 		            &nbsp;|&nbsp;
 		            <a href="$url.editEntry($entry.anchor)">
-		                $text.get("macro.weblog.entrypermalink.edit")</a>
+		                $text.get("generic.edit")</a>
 		        #end
 		    </p>