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 2007/09/17 05:14:44 UTC

svn commit: r576244 - in /roller/trunk/apps/weblogger/web: WEB-INF/classes/ApplicationResources.properties WEB-INF/jsps/editor/Bookmarks.jsp errors/

Author: snoopdave
Date: Sun Sep 16 20:14:44 2007
New Revision: 576244

URL: http://svn.apache.org/viewvc?rev=576244&view=rev
Log:
Adding priority column to bookmark display

Removed:
    roller/trunk/apps/weblogger/web/errors/
Modified:
    roller/trunk/apps/weblogger/web/WEB-INF/classes/ApplicationResources.properties
    roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/Bookmarks.jsp

Modified: roller/trunk/apps/weblogger/web/WEB-INF/classes/ApplicationResources.properties
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/WEB-INF/classes/ApplicationResources.properties?rev=576244&r1=576243&r2=576244&view=diff
==============================================================================
--- roller/trunk/apps/weblogger/web/WEB-INF/classes/ApplicationResources.properties (original)
+++ roller/trunk/apps/weblogger/web/WEB-INF/classes/ApplicationResources.properties Sun Sep 16 20:14:44 2007
@@ -88,6 +88,7 @@
 bookmarksForm.delete.confirm=Delete selected bookmarks?
 bookmarksForm.description=Description
 bookmarksForm.folder=Bookmark Folder
+bookmarksForm.priority=Priority
 bookmarksForm.edit=Edit
 bookmarksForm.edit.tip=Click to edit this folder or bookmark
 bookmarksForm.move=Move selected

Modified: roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/Bookmarks.jsp
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/Bookmarks.jsp?rev=576244&r1=576243&r2=576244&view=diff
==============================================================================
--- roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/Bookmarks.jsp (original)
+++ roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor/Bookmarks.jsp Sun Sep 16 20:14:44 2007
@@ -104,7 +104,8 @@
             <th class="rollertable" width="5%">&nbsp;</th>
             <th class="rollertable" width="5%">&nbsp;</th>
             <th class="rollertable" width="30%"><s:text name="bookmarksForm.name" /></th>
-            <th class="rollertable" width="50%"><s:text name="bookmarksForm.description" /></th>
+            <th class="rollertable" width="45%"><s:text name="bookmarksForm.description" /></th>
+            <th class="rollertable" width="5%"><s:text name="bookmarksForm.priority" /></th>
             <th class="rollertable" width="5%"><s:text name="bookmarksForm.edit" /></th>
             <th class="rollertable" width="5%"><s:text name="bookmarksForm.visitLink" /></th>
         </tr>
@@ -136,6 +137,8 @@
                     <str:truncateNicely lower="30" upper="35" ><s:property value="#folder.description" /></str:truncateNicely>
                 </td>
                 
+                <td class="rollertable"></td>
+                
                 <td class="rollertable" align="center">
                     <s:url id="editUrl" action="folderEdit">
                         <s:param name="weblog" value="%{actionWeblog.handle}" />
@@ -170,6 +173,10 @@
                 
                 <td class="rollertable">
                     <str:truncateNicely lower="30" upper="35" ><s:property value="#bookmark.description" /></str:truncateNicely>
+                </td>
+                
+                <td class="rollertable">
+                    &nbsp;<s:property value="#bookmark.priority" />
                 </td>
                 
                 <td class="rollertable" align="center">