2 <div class="row-fluid sortable ui-sortable">
3 <div class="box col-md-12">
4 <div class="panel panel-default">
5 <div class="panel-heading" data-original-title="">
6 <span class="icon-user"></span> Show Reply
8 <div class="panel-body">
9 <div class="row-fluid">
10 <legend>Reply ID#{$reply_id} of Ticket <a href="index.php?page=show_ticket&id={$ticket_id}">#{$ticket_id}</a></legend>
11 <table class="table table-bordered" >
14 <p><span class="label label-info"> {$reply_timestamp}</span>
15 {if $author_permission eq '1'}
16 <span class="label label-success"><strong><span class="icon-user icon-white"></span>{if isset($isMod) and $isMod eq "TRUE"} <a href="index.php?page=show_user&id={$author}"><font color="white"> {$authorName}</font>{else} {$authorName} {/if}</a></strong></span></p>
17 {else if $author_permission gt '1'}
18 <span class="label label-warning"><strong><span class="icon-star icon-white"></span>{if isset($isMod) and $isMod eq "TRUE"} <a href="index.php?page=show_user&id={$author}"><font color="white"> {$authorName}</font>{else} {$authorName} {/if}</a></strong></span></p>
20 <p><pre{if $author_permission gt '1'} {if $hidden eq 0} style="background-color:rgb(248, 200, 200);"{else if $hidden eq 1}style="background-color:rgb(207, 254, 255);"{/if}{/if}> {if $hidden eq 1}<i>{/if}{$reply_content}{if $hidden eq 1}</i>{/if}</pre></p>