Все сам понял.
Добавлено спустя 17 минут 9 секунд:
Код: Выделить всё
#
#-----[ OPEN ]------------------------------------------------------------------
#
templates/quick_reply.js
#
#-----[ FIND ]------------------------------------------------------------------
#
полная строка длиннее
// Define the bbCode tags
bbcode = new Array();
bbtags = new Array(
#
#-----[IN-LINE FIND ]------------------------------------------------------------------
#
,'[url]','[/url]'
#
#-----[IN-LINE AFTER, ADD ]-----------------------------------------------------------
#
,'[off]','[/off]'
#
#-----[ OPEN ]------------------------------------------------------------------
#
templates/subsilver/quick_reply.tpl
#
#-----[ FIND ]------------------------------------------------------------------
#
<td><input type="button" class="button" accesskey="w" name="addbbcode18" value="URL" style="text-decoration: underline; width:40px" onClick="bbstyle(18)" /></td>
#
#-----[AFTER, ADD ]-----------------------------------------------------------
#
<td><input type="button" class="button" accesskey="t" name="addbbcode20" value="Off" style="width:40px" onClick="bbstyle(20)" /></td>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Аналогично добавляются и все остальные кнопки.