You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/02/28 23:37:15 UTC

svn commit: r513018 - /ofbiz/trunk/applications/content/webapp/content/website/WebSiteCMSContent.ftl

Author: jaz
Date: Wed Feb 28 14:37:15 2007
New Revision: 513018

URL: http://svn.apache.org/viewvc?view=rev&rev=513018
Log:
fixed isPublic field (had wrong name)

Modified:
    ofbiz/trunk/applications/content/webapp/content/website/WebSiteCMSContent.ftl

Modified: ofbiz/trunk/applications/content/webapp/content/website/WebSiteCMSContent.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/website/WebSiteCMSContent.ftl?view=diff&rev=513018&r1=513017&r2=513018
==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/website/WebSiteCMSContent.ftl (original)
+++ ofbiz/trunk/applications/content/webapp/content/website/WebSiteCMSContent.ftl Wed Feb 28 14:37:15 2007
@@ -231,7 +231,7 @@
           <tr>
             <td><div class="tableheadtext">Is Public</div></td>
             <td>
-                <select name="statusId" class="selectBox">
+                <select name="isPublic" class="selectBox">
                     <#if (dataResource?has_content)>
                         <#if (dataResource.isPublic?has_content)>
                             <option>${dataResource.isPublic}</option>