mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
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
This commit is contained in:
@@ -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>
|
@@ -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>
|
@@ -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>
|
Reference in New Issue
Block a user