diff options
author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2002-09-18 04:38:17 +0000 |
---|---|---|
committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2002-09-18 04:38:17 +0000 |
commit | 13307c1360721ee1892ae5eb1e7d9d27ec6c3c76 (patch) | |
tree | 68a7a68dfca08fdf053c133389cd1dbacf80f95a /phpBB/templates | |
parent | 66e0b322202c62644c29a198307d62f9eac12e53 (diff) | |
download | forums-13307c1360721ee1892ae5eb1e7d9d27ec6c3c76.tar forums-13307c1360721ee1892ae5eb1e7d9d27ec6c3c76.tar.gz forums-13307c1360721ee1892ae5eb1e7d9d27ec6c3c76.tar.bz2 forums-13307c1360721ee1892ae5eb1e7d9d27ec6c3c76.tar.xz forums-13307c1360721ee1892ae5eb1e7d9d27ec6c3c76.zip |
New smilies admin, a bug fixed in mysql.php and a left join removed from admin_forums.php
git-svn-id: file:///svn/phpbb/trunk@2891 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/admin/smile_edit_body.tpl | 34 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/smile_import_body.tpl | 24 | ||||
-rw-r--r-- | phpBB/templates/subSilver/admin/smile_list_body.tpl | 25 |
3 files changed, 0 insertions, 83 deletions
diff --git a/phpBB/templates/subSilver/admin/smile_edit_body.tpl b/phpBB/templates/subSilver/admin/smile_edit_body.tpl deleted file mode 100644 index 087f623862..0000000000 --- a/phpBB/templates/subSilver/admin/smile_edit_body.tpl +++ /dev/null @@ -1,34 +0,0 @@ - -<h1>{L_SMILEY_TITLE}</h1> - -<p>{L_SMILEY_EXPLAIN}</p> - -<script language="javascript" type="text/javascript"> -<!-- -function update_smiley(newimage) -{ - document.smiley_image.src = "{S_SMILEY_BASEDIR}/" + newimage; -} -//--> -</script> - -<form method="post" action="{S_SMILEY_ACTION}"><table class="forumline" cellspacing="1" cellpadding="4" border="0" align="center"> - <tr> - <th class="thHead" colspan="2">{L_SMILEY_CONFIG}</th> - </tr> - <tr> - <td class="row2">{L_SMILEY_CODE}</td> - <td class="row2"><input type="text" name="smile_code" value="{SMILEY_CODE}" /></td> - </tr> - <tr> - <td class="row1">{L_SMILEY_URL}</td> - <td class="row1"><select name="smile_url" onchange="update_smiley(this.options[selectedIndex].value);">{S_FILENAME_OPTIONS}</select> <img name="smiley_image" src="{SMILEY_IMG}" border="0" alt="" /> </td> - </tr> - <tr> - <td class="row2">{L_SMILEY_EMOTION}</td> - <td class="row2"><input type="text" name="smile_emotion" value="{SMILEY_EMOTICON}" /></td> - </tr> - <tr> - <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" value="{L_SUBMIT}" /></td> - </tr> -</table></form> diff --git a/phpBB/templates/subSilver/admin/smile_import_body.tpl b/phpBB/templates/subSilver/admin/smile_import_body.tpl deleted file mode 100644 index 9881cb1ca7..0000000000 --- a/phpBB/templates/subSilver/admin/smile_import_body.tpl +++ /dev/null @@ -1,24 +0,0 @@ - -<h1>{L_SMILEY_TITLE}</h1> - -<p>{L_SMILEY_EXPLAIN}</p> - -<form method="post" action="{S_SMILEY_ACTION}"><table class="forumline" cellspacing="1" cellpadding="4" border="0" align="center"> - <tr> - <th class="thHead" colspan="2">{L_SMILEY_IMPORT}</th> - </tr> - <tr> - <td class="row2">{L_SELECT_LBL}</td> - <td class="row2">{S_SMILE_SELECT}</td> - </tr> - <tr> - <td class="row1">{L_DEL_EXISTING}</td> - <td class="row1"><input type="checkbox" name="clear_current" value="1" /></td> - </tr> - <tr> - <td class="row2" colspan="2" align="center">{L_CONFLICTS}<br /><input type="radio" name="replace" value="1" checked="checked"/> {L_REPLACE_EXISTING} <input type="radio" name="replace" value="0" /> {L_KEEP_EXISTING}</td> - </tr> - <tr> - <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="mainoption" name="import_pack" type="submit" value="{L_IMPORT}" /></td> - </tr> -</table></form> diff --git a/phpBB/templates/subSilver/admin/smile_list_body.tpl b/phpBB/templates/subSilver/admin/smile_list_body.tpl deleted file mode 100644 index ae85ad95eb..0000000000 --- a/phpBB/templates/subSilver/admin/smile_list_body.tpl +++ /dev/null @@ -1,25 +0,0 @@ - -<h1>{L_SMILEY_TITLE}</h1> - -<P>{L_SMILEY_TEXT}</p> - -<form method="post" action="{S_SMILEY_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> - <tr> - <th class="thCornerL">{L_CODE}</th> - <th class="thTop">{L_SMILE}</th> - <th class="thTop">{L_EMOT}</th> - <th colspan="2" class="thCornerR">{L_ACTION}</th> - </tr> - <!-- BEGIN smiles --> - <tr> - <td class="{smiles.ROW_CLASS}">{smiles.CODE}</td> - <td class="{smiles.ROW_CLASS}"><img src="{smiles.SMILEY_IMG}" alt="{smiles.CODE}" /></td> - <td class="{smiles.ROW_CLASS}">{smiles.EMOT}</td> - <td class="{smiles.ROW_CLASS}"><a href="{smiles.U_SMILEY_EDIT}">{L_EDIT}</a></td> - <td class="{smiles.ROW_CLASS}"><a href="{smiles.U_SMILEY_DELETE}">{L_DELETE}</a></td> - </tr> - <!-- END smiles --> - <tr> - <td class="catBottom" colspan="5" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="add" value="{L_SMILEY_ADD}" class="mainoption" /> <input class="liteoption" type="submit" name="import_pack" value="{L_IMPORT_PACK}"> <input class="liteoption" type="submit" name="export_pack" value="{L_EXPORT_PACK}"></td> - </tr> -</table></form> |