mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
Renamed or not needed
git-svn-id: file:///svn/phpbb/trunk@1184 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2d839365aa
commit
95d8c8f029
@ -1,12 +0,0 @@
|
|||||||
|
|
||||||
<br /><br />
|
|
||||||
<table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
|
|
||||||
<tr>
|
|
||||||
<th class="thHead">{L_SMILEY_TITLE}</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1" width="100%" align="center"><span class="gen">{L_SMILEY_ACTION}</span><br />
|
|
||||||
<a href='{S_SMILEY_URL}'>{L_SMILEY_TEXT}</a> </td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<br />
|
|
@ -1,42 +0,0 @@
|
|||||||
|
|
||||||
<br />
|
|
||||||
|
|
||||||
<h1>{L_SMILEY_TITLE}</h1>
|
|
||||||
|
|
||||||
<P>{L_SMILEY_INSTR}</p>
|
|
||||||
<script language="javascript">
|
|
||||||
<!--
|
|
||||||
function update_smiley(newimage)
|
|
||||||
{
|
|
||||||
document.smiley_image.src = '{S_SMILEY_BASEDIR}/' + newimage;
|
|
||||||
}
|
|
||||||
-->
|
|
||||||
</script>
|
|
||||||
<form method="post" action="{S_SMILEY_ACTION}">
|
|
||||||
<input type="hidden" name="mode" value="{S_HIDDEN_VAR}">
|
|
||||||
<input type="hidden" name="id" value="{SMILEY_ID_VAL}">
|
|
||||||
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
|
|
||||||
<tr>
|
|
||||||
<th colspan="2" class="thHead">{L_SMILEY_CONFIG}</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row2">{L_SMILEY_CODE_LBL}</td>
|
|
||||||
<td class="row2"><input type="text" name="code" value="{SMILEY_CODE_VAL}" /></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1">{L_SMILEY_URL_LBL}</td>
|
|
||||||
<td class="row1"><select name="url" onchange="update_smiley(this.options[selectedIndex].value);">
|
|
||||||
<!-- BEGIN smile_images -->
|
|
||||||
<option value="{smile_images.FILENAME}" {smile_images.SELECTED}>{smile_images.FILENAME}</option>
|
|
||||||
<!-- END smile_images -->
|
|
||||||
</select>
|
|
||||||
<img name='smiley_image' src="{S_SMILEY_BASEDIR}/{SMILEY_URL_VAL}" border=0 alt="smiley"></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row2">{L_SMILEY_EMOTION_LBL}</td>
|
|
||||||
<td class="row2"><input type="text" name="emotion" value="{SMILEY_EMOTION}" /></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="catBottom" colspan="2" align="center"><input type="submit" value="{L_SUBMIT}" class="mainoption" /></td>
|
|
||||||
</tr>
|
|
||||||
</table></form>
|
|
@ -1,12 +0,0 @@
|
|||||||
|
|
||||||
<br /><br />
|
|
||||||
<table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
|
|
||||||
<tr>
|
|
||||||
<th class="thHead">{L_SMILEY_TITLE}</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1" width="100%" align="center"><span class="gen">{L_SMILEY_ACTION}</span><br />
|
|
||||||
<a href="{U_SMILEY_ADMIN}">{L_SMILEY_TEXT}</a></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<br />
|
|
Loading…
x
Reference in New Issue
Block a user