Update of 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository
In directory james.mmbase.org:/tmp/cvs-serv17072/webapp/editors/repository

Modified Files:
        assetsearch.jsp contentsearch.jsp 
Log Message:
CMSC-1266  Assets: Keep search text while swapping between content search and 
assetsearch


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository
See also: http://www.mmbase.org/jira/browse/CMSC-1266


Index: assetsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/assetsearch.jsp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- assetsearch.jsp     21 Jan 2009 07:57:16 -0000      1.21
+++ assetsearch.jsp     3 Feb 2009 07:09:12 -0000       1.22
@@ -102,7 +102,7 @@
             <table>
                <tr>
                   <td style="width:105px"><fmt:message key="searchform.title" 
/></td>
-                  <td style="width:300px"><html:text property="title" 
style="width:200px"/></td>
+                  <td style="width:300px"><html:text property="title" 
style="width:200px" value="${title}" /></td>
                   <td style="width:105px"><fmt:message 
key="searchform.assettype" /></td>
                   <td>
                     <c:if test="${not empty strict}">


Index: contentsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/contentsearch.jsp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- contentsearch.jsp   21 Jan 2009 07:57:16 -0000      1.15
+++ contentsearch.jsp   3 Feb 2009 07:09:12 -0000       1.16
@@ -101,7 +101,7 @@
             <table>
                <tr>
                   <td style="width:105px"><fmt:message key="searchform.title" 
/></td>
-                  <td style="width:300px"><html:text property="title" 
style="width:200px"/></td>
+                  <td style="width:300px"><html:text property="title" 
style="width:200px" value="${title}"/></td>
                <mm:compare referid="mode" value= "basic">
                   <td style="width:105px"><fmt:message 
key="searchform.contenttype" /></td>
                   <td>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to