f5f3192e02183bfb3547a809693a4bba84a89ece
[atutor.git] / mods / photo_album / Template / admin_config.tpl.php
1 <h3>{TITLE}</h3>\r
2 <p>{CONFIG_NOTE}</p>\r
3 <div id="pa_config_notice">{CONFIG_STRING} : {CONFIG_VALUE}</div>\r
4 \r
5 <div class="input-form">\r
6 <div class="row" style="text-align:right;">\r
7 <form name="{FORM_NAME}" method="post" action="{ACTION}">\r
8 <input name="radiobutton" type="radio" value="{RADIO_VALUE1}" id="radio1" {CHECKED1} /><label for="radio1">{RADIO_STRING1}</label>\r
9 <input name="radiobutton" type="radio" value="{RADIO_VALUE2}" id="radio2" {CHECKED2} /><label for="radio2">{RADIO_STRING2}</label>\r
10 <div class="buttons" style="display:inline;">\r
11 <input class="button" type="submit" name="submit" value="{SUBMIT_VALUE}"/>\r
12 </div>\r
13 </form>\r
14 </div>\r
15 </div>\r