Author: agilliland
Date: Mon May 7 16:21:04 2007
New Revision: 536015
URL: http://svn.apache.org/viewvc?view=rev&rev=536015
Log:
fixing subtitle.
Modified:
roller/trunk/web/WEB-INF/jsps/authoring/struts2/Bookmarks.jsp
Modified: roller/trunk/web/WEB-INF/jsps/authoring/struts2/Bookmarks.jsp
URL:
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/authoring/struts2/Bookmarks.jsp?view=diff&rev=536015&r1=536014&r2=536015
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/authoring/struts2/Bookmarks.jsp (original)
+++ roller/trunk/web/WEB-INF/jsps/authoring/struts2/Bookmarks.jsp Mon May 7
16:21:04 2007
@@ -48,7 +48,7 @@
//-->
</script>
-<s:if test="model.folderPath">
+<s:if test="folderPath.isEmpty">
<p class="subtitle">
<s:text name="bookmarksForm.subtitle" >
<s:param value="weblog" />
@@ -121,7 +121,6 @@
<td class="rollertable">
<input type="checkbox" name="selectedFolders"
value="<s:property value="#folder.id"/>" />
</td>
-
<td class="rollertable" align="center"><img src='<s:url
value="/images/folder.png"/>' alt="icon" /></td>