Allow addition of extra attributes to user/pwd inputs
[squirrelmail.git] / templates / default / options_highlight_addedit.tpl
index f6789b6654803a7000fde596bd6bc20640d51d51..95a025eec30ada58f4ee84e124502bb50257b4d1 100644 (file)
@@ -16,7 +16,7 @@
  *      $color_input    - default value for the "other" input field.  Will be
  *                        blank if not used.
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2011 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -205,7 +205,8 @@ td.color_ff00ff   { background: #ff00ff; }
      <td class="fieldValue">
       <?php echo _("Other"); ?>:
       <input type="text" name="newcolor_input" value="<?php echo $color_input; ?>" size="7" id="newcolor_input" />
-      <?php echo _("Ex: 63aa7f"); ?>
+      <?php // i18n: This is an example on how to write a color in RGB, literally meaning "For example: 63aa7f".
+      echo _("Ex: 63aa7f"); ?>
      </td>
     </tr>
     <tr>