~ubuntu-branches/ubuntu/vivid/php-horde-nag/vivid-proposed

« back to all changes in this revision

Viewing changes to nag-4.1.4/templates/alarm/mail.plain.php

  • Committer: Package Import Robot
  • Author(s): Mathieu Parent
  • Date: 2014-03-11 21:27:39 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140311212739-m6rbihspu5zjpvaq
Tags: 4.1.4-1
New upstream version 4.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php echo _("We would like to remind you of this due task.") ?>
 
2
 
 
3
 
 
4
<?php echo $this->task->name ?>
 
5
 
 
6
 
 
7
<?php echo _("Date:") ?> <?php echo $this->due->strftime($this->dateFormat) ?>
 
8
 
 
9
<?php echo _("Time:") ?> <?php echo $this->due->format($this->timeFormat) ?>
 
10
 
 
11
 
 
12
<?php echo $this->task->desc ?>