]> err.no Git - scalable-opengroupware.org/blobdiff - SOGo/UI/Templates/UIxContactsSelectionView.wox
fixed targets of sort actions and form processing
[scalable-opengroupware.org] / 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">