~ubuntu-branches/ubuntu/utopic/php-horde/utopic-proposed

« back to all changes in this revision

Viewing changes to horde-5.2.0/templates/prefs/addressbooks.html

  • Committer: Package Import Robot
  • Author(s): Mathieu Parent
  • Date: 2014-08-05 11:53:04 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20140805115304-3jndo2sgnwsz2g7r
Tags: 5.2.1+debian0-1
* New upstream version 5.2.1
* Update patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<p>
2
 
<if:selected>
3
 
 <gettext>Click on one of your selected address books and then select all fields to search.</gettext>
4
 
<else:selected>
5
 
 <gettext>Select all fields to search when expanding addresses.</gettext>
6
 
</else:selected></if:selected>
7
 
 <br />
8
 
 <gettext>To select multiple fields, hold down the Control (PC) or Command (Mac) while clicking.</gettext>
9
 
</p>
10
 
 
11
 
<input type="hidden" name="search_fields" id="search_fields" />
12
 
<table>
13
 
 <tr>
14
 
  <td>
15
 
   <label for="search_fields_select" class="hidden"><gettext>Fields to search</gettext></label>
16
 
   <select id="search_fields_select" name="search_fields_select" multiple="multiple" size="5"></select>
17
 
  </td>
18
 
 </tr>
19
 
</table>