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

Modified Files:
        assetsearch.jsp 
Log Message:
CMSC-681 Asset Maintenance   asset tab style and i18n


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


Index: assetsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/assetsearch.jsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- assetsearch.jsp     17 Dec 2008 03:48:54 -0000      1.6
+++ assetsearch.jsp     17 Dec 2008 06:39:08 -0000      1.7
@@ -55,14 +55,14 @@
 
    <div class="tabs">
     <!-- active TAB -->
- <div class="${assettypes == 'content'?'tab_active':'tab'}">
+ <div class="tab">
       <div class="body">
          <div>
             <a href="SearchInitAction.do"><fmt:message 
key="content.search.title" /></a>
          </div>
       </div>
    </div>
-    <div class="${(assettypes == 'assetelement' || assettypes == 
null)?'tab_active':'tab'}">
+    <div class="tab_active">
         <div class="body">
             <div>
                 <a href="AssetSearchInitAction.do"><fmt:message 
key="asset.search.title"/></a>
@@ -352,7 +352,6 @@
                       <input type="checkbox" onclick="selectAll(this.checked, 
'linkForm', 'chk_');" value="on" name="selectall" />
                   </c:if>
                   </th>
-                  <th></th>
                   <th><a href="javascript:orderBy('otype')" class="headerlink" 
><fmt:message key="locate.typecolumn" /></a></th>
                   <th><a href="javascript:orderBy('title')" class="headerlink" 
><fmt:message key="locate.titlecolumn" /></a></th>
                   <th><fmt:message key="locate.creationchannelcolumn" /></th>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to