This file is indexed.

/usr/share/horde/nag/templates/quick.inc is in php-horde-nag 4.2.7-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<div id="quickAddInfoPanel" class="quickAdd" style="display:none;">
 <h2><?php echo _("Quick Task Creation") ?></h2>
 <form method="post" action="quick.php">
  <?php echo Horde_Util::formInput() ?>
  <p><?php echo _("Enter one task per line. Create child tasks by indenting them below their parent task. Include due dates like \"laundry tomorrow\" or \"get dry cleaning next Thursday\". Tags may be added by prefixing them with the \"#\" character.") ?></p>
  <textarea name="quickText" id="quickText"></textarea>
  <p>
   <input type="submit" class="horde-default" value="<?php echo _("Create") ?>" />
   <input type="button" class="horde-cancel" onclick="RedBox.close();RedBox.getWindow().down().remove();" value="<?php echo _("Cancel") ?>" />
  </p>
 </form>
</div>