From 14928b2780c831ee123a908422cecceef9d50b81 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 12 Oct 2003 11:59:56 +0000 Subject: Split ucp templates, more of them but easier to understand IMO git-svn-id: file:///svn/phpbb/trunk@4579 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../styles/subSilver/template/ucp_prefs_view.html | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 phpBB/styles/subSilver/template/ucp_prefs_view.html (limited to 'phpBB/styles/subSilver/template/ucp_prefs_view.html') diff --git a/phpBB/styles/subSilver/template/ucp_prefs_view.html b/phpBB/styles/subSilver/template/ucp_prefs_view.html new file mode 100644 index 0000000000..7aad96e14f --- /dev/null +++ b/phpBB/styles/subSilver/template/ucp_prefs_view.html @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{L_TITLE}
{ERROR}
{L_VIEW_IMAGES}:{L_YES}   {L_NO}
{L_VIEW_FLASH}:{L_YES}   {L_NO}
{L_VIEW_SMILIES}:{L_YES}   {L_NO}
{L_VIEW_SIGS}:{L_YES}   {L_NO}
{L_VIEW_AVATARS}:{L_YES}   {L_NO}
{L_DISABLE_CENSORS}:{L_YES}   {L_NO}
{L_MINIMUM_KARMA}:
{L_MINIMUM_KARMA_EXPLAIN}
{L_VIEW_TOPICS_DAYS}:{S_SELECT_SORT_DAYS}
{L_VIEW_TOPICS_KEY}:{S_SELECT_SORT_KEY}
{L_VIEW_TOPICS_DIR}:{S_SELECT_SORT_DIR}
{S_HIDDEN_FIELDS}  
+ + \ No newline at end of file -- cgit v1.2.1