]> err.no Git - scalable-opengroupware.org/commitdiff
fixed targets of sort actions and form processing
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 18 Jul 2005 14:42:16 +0000 (14:42 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 18 Jul 2005 14:42:16 +0000 (14:42 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@795 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Templates/UIxContactsSelectionView.wox

index 161243a0082454bfd5ee2b9112ada45e6a232776..6e733f0e7b7f0913c4d709dc1f1df271e187e9c7 100644 (file)
       </tr>
       <tr>
         <td id="skywinbodycell" class="wincontent">
-         <form name="searchform" var:href="view" var:_sort="sortKey"
-               method="GET">
+         <form name="searchform"
+               var:href="ownMethodName"
+               var:_sort="sortKey"
+               method="GET"
+               var:queryDictionary="context.request.formValues"
+         >
           <table border="0" width="100%" cellpadding="0" cellspacing="0">
             <tr>
               <td colspan="2">
                       <th>
                         <var:if condition="sortKey" const:value="sn"
                                 const:negate="YES">
-                          <a href="view"
+                          <a var:href="ownMethodName"
                              _sort="sn"
                              var:_search="searchText"
+                             var:queryDictionary="context.request.formValues"
                           ><var:string label:value="Lastname" /></a>
                         </var:if>
                         <var:if condition="sortKey" const:value="sn">
                       <th>
                         <var:if condition="sortKey" const:value="givenname"
                                 const:negate="YES">
-                          <a href="view"
+                          <a var:href="ownMethodName"
                              _sort="givenname"
                              var:_search="searchText"
+                             var:queryDictionary="context.request.formValues"
                           ><var:string label:value="Firstname" /></a>
                         </var:if>
                         <var:if condition="sortKey" const:value="givenname">
                       <th>
                         <var:if condition="sortKey" const:value="mail"
                                 const:negate="YES">
-                          <a href="view"
+                          <a var:href="ownMethodName"
                              _sort="mail"
                              var:_search="searchText"
+                             var:queryDictionary="context.request.formValues"
                           ><var:string label:value="EMail" /></a>
                         </var:if>
                         <var:if condition="sortKey" const:value="mail">