diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2004-02-08 18:02:17 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-02-08 18:02:17 +0000 |
| commit | d7735d2587e68bab42fde8753ee733de76369f72 (patch) | |
| tree | dcfce4a598d89b72a8469ef4f3538a0668668bee /phpBB/styles/subSilver/template/bbcode.html | |
| parent | b9bf2fe7519aa7aab5278fb882a139f3c823feb0 (diff) | |
| download | forums-d7735d2587e68bab42fde8753ee733de76369f72.tar forums-d7735d2587e68bab42fde8753ee733de76369f72.tar.gz forums-d7735d2587e68bab42fde8753ee733de76369f72.tar.bz2 forums-d7735d2587e68bab42fde8753ee733de76369f72.tar.xz forums-d7735d2587e68bab42fde8753ee733de76369f72.zip | |
inline attachment capability...
git-svn-id: file:///svn/phpbb/trunk@4819 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/bbcode.html')
| -rw-r--r-- | phpBB/styles/subSilver/template/bbcode.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/phpBB/styles/subSilver/template/bbcode.html b/phpBB/styles/subSilver/template/bbcode.html index 80ecd0b349..914d685b79 100644 --- a/phpBB/styles/subSilver/template/bbcode.html +++ b/phpBB/styles/subSilver/template/bbcode.html @@ -28,6 +28,23 @@ </div> <!-- END code_close --> +<!-- BEGIN inline_attachment_open --> +</div> +<table class="tablebg" width="100%" cellspacing="1"> + <tr> + <td class="row3"><b class="genmed">{L_ATTACHMENT}: </b></td> + </tr> + <tr> + <td class="row2"> +<!-- END inline_attachment_open --> + +<!-- BEGIN inline_attachment_close --> + </td> + </tr> +</table> +<div class="postbody"> +<!-- END inline_attachment_close --> + <!-- BEGIN b_open --><strong><!-- END b_open --> <!-- BEGIN b_close --></strong><!-- END b_close --> |
