[jboss-cvs] jboss-seam/examples/wiki/view/plugins/searchControl ...

Christian Bauer christian at hibernate.org
Sun Mar 18 11:44:39 EDT 2007


  User: cbauer  
  Date: 07/03/18 11:44:39

  Modified:    examples/wiki/view/plugins/searchControl  plugin.xhtml
  Log:
  Basic access level/role security, automatic home page for activated users
  
  Revision  Changes    Path
  1.3       +2 -2      jboss-seam/examples/wiki/view/plugins/searchControl/plugin.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/searchControl/plugin.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- plugin.xhtml	27 Feb 2007 13:21:45 -0000	1.2
  +++ plugin.xhtml	18 Mar 2007 15:44:39 -0000	1.3
  @@ -6,10 +6,10 @@
        xmlns:s="http://jboss.com/products/seam/taglib">
   
       <h:form>
  -        <h:panelGroup>
  +        <h:panelGroup styleClass="searchControlTable">
               <h:inputText styleClass="searchControlInput" id="searchControlSearchString" value="Search..."
                            onclick="clickClear(this, 'Search...')" onblur="clickRecall(this, 'Search...')"
  -                         size="25" tabindex="60"/>
  +                         size="15" maxlength="255" tabindex="60"/>
               <h:commandLink styleClass="searchControlLink" tabindex="61" accesskey="F"><u>F</u>ind</h:commandLink>
           </h:panelGroup>
   
  
  
  



More information about the jboss-cvs-commits mailing list