|
Revision 1037, 487 bytes
(checked in by nicholasbs, 4 years ago)
|
|
Applied AbbreviationPlugin?.patch from #1176 with some general code cleanup
|
-
Property svn:keywords set to
LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
|
| Line | |
|---|
| 1 | <h1 id="[h1]"><l10n>Abbreviation</l10n></h1> |
|---|
| 2 | |
|---|
| 3 | <form name="form" action="" method="get" id="[inputs]"> |
|---|
| 4 | <fieldset> |
|---|
| 5 | <legend><l10n>Expansion:</l10n></legend> |
|---|
| 6 | <input type="text" id="[title]" name="[title]" size="35" /> |
|---|
| 7 | </fieldset> |
|---|
| 8 | <p /> |
|---|
| 9 | |
|---|
| 10 | <div class="buttons" id="[buttons]"> |
|---|
| 11 | <input type="button" id="[ok]" value="_(OK)" /> |
|---|
| 12 | <input type="button" id="[delete]" value="_(Delete)" /> |
|---|
| 13 | <input type="button" id="[cancel]" value="_(Cancel)" /> |
|---|
| 14 | </div> |
|---|
| 15 | </form> |
|---|