root / branches / new-dialogs / plugins / BackgroundImage / dialog.html

Revision 1016, 0.7 kB (checked in by douglas, 4 years ago)

CHANGED Ticket #1176 Convert BackgroundImage? plugin to new dialog system

Line 
1<h1 id="[h1]"><l10n>Set Page Background Image</l10n></h1>
2
3<form action="" method="get">
4<table style="text-align: center;" border="0" cellspacing="0" cellpadding="6">
5  <tr style="text-align: center; vertical-align: top;">
6    <template><td><input type="radio" name="[background]" value="%image%" /><img border="1" src="%thumbnail%" width="50" height="50"></td></template>
7  </tr>
8</table>
9<div class="space"></div>
10<div id="[buttons]">
11  <input type="button" id="[set]" value="_(Set Background)" />
12  <input type="button" id="[delete]" style="width:auto" value="_(Remove Current Background)" />
13  <input type="button" id="[cancel]" value="_(Cancel)" />
14</div>
15</form>
Note: See TracBrowser for help on using the browser.