Redesigned tables to use less CSS

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2014-01-27 19:57:03 +01:00
parent ff06513115
commit c69a05efa5
96 changed files with 388 additions and 545 deletions

View File

@@ -39,7 +39,7 @@ $header
</div>
</if>
<table class="bradius">
<table class="full hl">
<thead>
<tr>
<th>{$lng['ticket']['lastchange']}&nbsp;{$arrowcode['lastchange']}</th>

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'tickets'))}" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="s" value="$s" />
@@ -15,7 +15,7 @@ $header
<input type="hidden" name="action" value="$action" />
<input type="hidden" name="send" value="send" />
<table class="formtable">
<table class="full">
{$ticket_add_form}
</table>
</form>

View File

@@ -11,7 +11,7 @@ $header
$ticket_replies
</if>
<section class="fullform bradius">
<section>
<form action="{$linker->getLink(array('section' => 'tickets'))}" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="s" value="$s" />
@@ -21,7 +21,7 @@ $header
<input type="hidden" name="id" value="$id" />
<if $isclosed < 1 >
<table class="formtable">
<table class="full">
{$ticket_reply_form}
</table>
</if>

View File

@@ -26,4 +26,3 @@
</if>
</td>
</tr>

View File

@@ -1,5 +1,5 @@
<section class="fullform bradius">
<table class="formtable">
<section>
<table class="full">
<tr>
<th><strong>{$lastchange}&nbsp;{$lng['ticket']['by']}&nbsp;{$by}</strong></th>
</tr>

View File

@@ -1,5 +1,5 @@
<section class="fullform bradius">
<table class="formtable">
<section>
<table class="full">
<tr>
<th><strong>{$dt}&nbsp;{$lng['ticket']['by']}&nbsp;{$by}&nbsp;({$status})</strong></th>
</tr>