source: extensions/TweetThis/admin.tpl @ 27633

Last change on this file since 27633 was 19362, checked in by mistic100, 11 years ago

correct typo, load on footer

File size: 2.0 KB
RevLine 
[11419]1{combine_css path=$TWEET_PATH|@cat:"style.css"}
2
3<div class="titrePage">
4        <h2>TweetThis</h2>
5</div>
6
7<form method="post" action="" class="properties" ENCTYPE="multipart/form-data"> 
[19362]8    <p><img src="{$TWEET_PATH}/images/logo.png"/></p>
9   
[11514]10    <table class="twitter_buttons">
[15122]11      <tr class="property">
12        <td>
13          {'Button size'|@translate}
14        </td>
15        <td></td>
16      </tr>
[11514]17      <tr>
18        <td><label>
[15122]19          <img src="{$TWEET_PATH}images/small.png"/>
20          <input type="radio" name="button_size" value="small" {if $button_size == 'small'}checked="checked"{/if}/>
[11514]21        </label></td>
22        <td><label>
[15122]23          <img src="{$TWEET_PATH}images/large.png"/>
24          <input type="radio" name="button_size" value="large" {if $button_size == 'large'}checked="checked"{/if}/>
[11514]25        </label></td>
26      </tr>
[19362]27     
[15122]28      <tr class="property">
29        <td>
30          <label for="count">{'Display counter'|@translate}</label>
31        </td>
32        <td>
33          <input type="checkbox" id="count" name="count" value="1" {$count_check}/>
34        </td>
[11514]35      </tr>
36      <tr class="property">
[15122]37        <td>
[11514]38          {'Button position on picture page'|@translate}
39        </td>
[15122]40        <td>
[11514]41          <label><input type="radio" name="position" value="top" {if $position == 'top'}checked="checked"{/if}/> {'Top'|@translate}</label>
42          <label><input type="radio" name="position" value="bottom" {if $position == 'bottom'}checked="checked"{/if}/> {'Bottom'|@translate}</label>
43          <label><input type="radio" name="position" value="toolbar" {if $position == 'toolbar'}checked="checked"{/if}/> {'Toolbar'|@translate}</label>
44        </td>
45      </tr>
[15122]46      <tr class="property">
47        <td>
48          {'Via'|@translate}
49        </td>
50        <td>
51          @ <input type="text" name="via" value="{$via}"/>
52        </td>
53      </tr>
[19362]54     
[11514]55      <tr class="submit">
[15122]56        <td colspan="2">
[11514]57          <input class="submit" type="submit" value="{'Submit'|@translate}" name="submit" />
58        </td>
59      </tr>
60    </table>
61</form>
Note: See TracBrowser for help on using the repository browser.