diff options
Diffstat (limited to 'view/tpl/smarty3/profile-in-directory.tpl')
-rw-r--r-- | view/tpl/smarty3/profile-in-directory.tpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/view/tpl/smarty3/profile-in-directory.tpl b/view/tpl/smarty3/profile-in-directory.tpl new file mode 100644 index 000000000..b36739514 --- /dev/null +++ b/view/tpl/smarty3/profile-in-directory.tpl @@ -0,0 +1,16 @@ +<p id="profile-in-directory"> +{{$desc}} +</p> + + <div id="profile-in-dir-yes-wrapper"> + <label id="profile-in-dir-yes-label" for="profile-in-dir-yes">{{$yes_str}}</label> + <input type="radio" name="profile_in_directory" id="profile-in-dir-yes" {{$yes_selected}} value="1" /> + + <div id="profile-in-dir-break" ></div> + </div> + <div id="profile-in-dir-no-wrapper"> + <label id="profile-in-dir-no-label" for="profile-in-dir-no">{{$no_str}}</label> + <input type="radio" name="profile_in_directory" id="profile-in-dir-no" {{$no_selected}} value="0" /> + + <div id="profile-in-dir-end"></div> + </div> |