~ubuntu-branches/debian/sid/php-horde-turba/sid

« back to all changes in this revision

Viewing changes to turba-4.1.1/templates/search/vbook.html.php

  • Committer: Package Import Robot
  • Author(s): Mathieu Parent
  • Date: 2013-08-11 13:16:25 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130811131625-z91stjvq51jr9onv
Tags: 4.1.1-1
New upstream version 4.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php if ($this->hasShare): ?>
 
2
<div id="vbook-form"<?php echo $this->shareSources[$this->source] ? '' : ' style="display:none"' ?>>
 
3
  <input type="checkbox" id="save-vbook" name="save_vbook" />
 
4
  <strong><label for="save-vbook"><?php echo _("Save search as a virtual address book?") ?></label></strong>
 
5
 
 
6
  <label for="vbook_name"><?php echo _("Name:") ?></label>
 
7
  <input type="text" id="vbook_name" name="vbook_name" />
 
8
</div>
 
9
<?php endif; ?>
 
10
</form>
 
11
<br />