mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-01 20:19:13 +02:00
* develop-olympus: [ticket/10037] Fix table in subsilver2 [ticket/10037] Apply attached patch with a few changes
28 lines
861 B
HTML
28 lines
861 B
HTML
<!-- INCLUDE simple_header.html -->
|
|
|
|
<script type="text/javascript">
|
|
// <![CDATA[
|
|
var form_name = opener.form_name;
|
|
var text_name = opener.text_name;
|
|
// ]]>
|
|
</script>
|
|
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/editor.js"></script>
|
|
|
|
<h2>{L_SMILIES}</h2>
|
|
<div class="panel">
|
|
<div class="inner">
|
|
<!-- BEGIN smiley -->
|
|
<a href="#" onclick="initInsertions(); insert_text('{smiley.A_SMILEY_CODE}', true, true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a>
|
|
<!-- END smiley -->
|
|
|
|
</div>
|
|
</div>
|
|
<div class="pagination">
|
|
<!-- IF .pagination -->
|
|
<!-- INCLUDE pagination.html -->
|
|
<!-- ENDIF -->
|
|
</div>
|
|
<a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a>
|
|
|
|
<!-- INCLUDE simple_footer.html -->
|