Author: billyxie
Date: 2009-06-29 04:04:27 +0200 (Mon, 29 Jun 2009)
New Revision: 36445

Modified:
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp
Log:
CMSC-1438 - Relate article uses old article selector

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp
      2009-06-29 02:01:53 UTC (rev 36444)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp
      2009-06-29 02:04:27 UTC (rev 36445)
@@ -128,8 +128,7 @@
                   <td>
                                     <c:if test="${not empty onlytype}" >
                                                <html:hidden 
property="contenttypes" />
-                                               <input type="hidden" 
value="${onlytype}" name="onlytype" />
-                                               <input type="text" 
value="Article" readonly="readonly" style="width:200px" />
+                                               <input type="hidden" 
value="${onlytype}" name="onlytype" />Article
                                         </c:if>
                                     <c:if test="${empty onlytype}" >
                         <html:select property="contenttypes" 
onchange="selectContenttype('${searchinit}');" >
@@ -152,8 +151,7 @@
                   <td>
                                     <c:if test="${not empty onlytype}" >
                                                <html:hidden 
property="contenttypes" />
-                                               <input type="hidden" 
value="${onlytype}" name="onlytype" />
-                                               <input type="text" 
value="Article" readonly="readonly" style="width:200px" />
+                                               <input type="hidden" 
value="${onlytype}" name="onlytype" />Article
                                         </c:if>
                                     <c:if test="${empty onlytype}" >
                         <html:select property="contenttypes" 
onchange="selectContenttype('${searchinit}');" >

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to