Private GIT

Skip to content
Snippets Groups Projects
Commit a85be65c authored by ck's avatar ck
Browse files

Ajout des "templates" modifiés de dvz_shoutbox pour correspondance avec le theme

via la procédure expliquée ici : https://community.mybb.com/thread-206932.html
l'objectif est d'éviter de perdre les modifications liées au template "global" dvz_shoutbox
après une mise à jour de cet add on !
parent 70f6c651
No related branches found
No related tags found
No related merge requests found
Pipeline #43 failed
......@@ -4913,6 +4913,101 @@ $(function() {
});
</script>]]></template>
<template name="debug_summary" version="1800"><![CDATA[<div id="debug">{$generated_in} {$debug_weight} <br />{$sql_queries} / {$server_load} / {$memory_usage}<br />[<a href="{$debuglink}" target="_blank">{$lang->debug_advanced_details}</a>]<br /></div>]]></template>
<template name="dvz_shoutbox" version="1822"><![CDATA[ <table id="shoutbox" border="0" cellspacing="0" cellpadding="0" class="tborder" >
<thead>
<tr>
<td class="thead" colspan="5">
<div class="head" style="padding:0;cursor: pointer;" data-toggle="tooltip" title="Expand / Collapse" style="height:{$mybb->settings['dvz_sb_height']}px">
{$lang->dvz_sb_shoutbox}
<div id="shout_sw" style="float:right; background:url('{$mybb->settings['bburl']}/images/collapse.png');width: 16px; height: 16px; margin-top: 7px; margin-left: 9px;"></div>
<span class="expcolimage">
<span class="badge badge-pill badge-info">
<a href="{$mybb->settings['bburl']}/index.php?action=shoutbox_archive" data-toggle="tooltip" title="Archives">a</a>
</span>
</span>
</div>
</td>
</tr>
<tr>
<td>
<div id="shoutbox" class="front{$classes}" style="border:0px">
<div class="body" style="padding-left: 9px; padding-right: 9px; padding-top: 9px;">
{$panel}
<div class="window" style="height:{$mybb->settings['dvz_sb_height']}px">
<div class="data">
{$html}
</div>
</div>
</div>
</div>
</td>
</tr>
</thead>
</table>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/dvz_shoutbox.js"></script>
{$javascript}
<br />]]></template>
<template name="dvz_shoutbox_archive" version="1822"><![CDATA[<html>
<head>
<title>{$lang->dvz_sb_archive}</title>
{$headerinclude}
</head>
<body>
{$header}
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/dvz_shoutbox.js"></script>
{$javascript}
{$modoptions}
{$multipage}
<br />
<div id="shoutbox" class="tborder">
<div class="thead">
<strong>{$lang->dvz_sb_archive}</strong>
{$last_read_link}
</div>
<div class="data">
{$archive}
</div>
</div>
<br />
{$multipage}
{$footer}
</body>
</html>]]></template>
<template name="dvz_shoutbox_archive_modoptions" version="1822"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="thead" colspan="2"><strong>{$lang->dvz_sb_mod}</strong></td></tr>
<tr><td class="tcat">{$lang->dvz_sb_mod_banlist}</td><td class="tcat">{$lang->dvz_sb_mod_clear}</td></tr>
<tr>
<td class="trow1">
<form action="" method="post">
<input type="text" class="textbox" style="width:80%" name="banlist" value="{$blocked_users}" />
<input type="hidden" name="postkey" value="{$mybb->post_code}" />
<input type="submit" class="button" value="{$lang->dvz_sb_mod_banlist_button}" />
</form>
</td>
<td class="trow1">
<form action="" method="post">
<select name="days">
<option value="2">2 {$lang->days}</option>
<option value="7">7 {$lang->days}</option>
<option value="30">30 {$lang->days}</option>
<option value="90">90 {$lang->days}</option>
<option value="all">* {$lang->dvz_sb_mod_clear_all} *</option>
</select>
<input type="hidden" name="postkey" value="{$mybb->post_code}" />
<input type="submit" class="button" value="{$lang->dvz_sb_mod_clear_button}" />
</form>
</td>
</tr>
</table>]]></template>
<template name="dvz_shoutbox_last_read_link" version="1822"><![CDATA[<p class="right"><a href="{$last_read_url}">{$lang->dvz_sb_last_read_link}</a> | <a href="{$unmark_all_url}">{$lang->dvz_sb_last_read_unmark_all}</a></p>]]></template>
<template name="dvz_shoutbox_panel" version="1822"><![CDATA[<div class="panel">
<form>
<div class="form-group">
<input type="text" class="text form-control mr-sm-1" placeholder="{$lang->dvz_sb_default}" maxlength="{$maxlength}" autocomplete="off" />
<input type="submit" style="display:none" />
</div>
</form>
</div>]]></template>
<template name="editpost" version="1820"><![CDATA[<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->edit_post}</title>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment