summaryrefslogtreecommitdiffstats
path: root/extensions/Example/template/en/default/account/prefs/my_tab.html.tmpl
blob: d2f1dcd1e525ea79d891436155e93b9ba8fe8d10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[%# This Source Code Form is subject to the terms of the Mozilla Public
  # License, v. 2.0. If a copy of the MPL was not distributed with this
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  #
  # This Source Code Form is "Incompatible With Secondary Licenses", as
  # defined by the Mozilla Public License, v. 2.0.
  #%]

<p>
  Type some short text in the field below. Whitespaces will be replaced
  by colons.
</p>

<p>
  <label for="example_pref">Short text:</label>
  <input type="text" id="example_pref" name="example_pref" size="30"
         maxlength="50" value="[% example_pref FILTER html %]">
</p>