Merge pull request #117 from BNoiZe/master

Fixes for installtion screen
This commit is contained in:
BNoiZe
2013-10-04 18:56:18 +02:00
parent c2b35d81c6
commit 6d12ad9986
106 changed files with 186 additions and 274 deletions

View File

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

View File

@@ -7,7 +7,7 @@ $header
</h2>
</header>
<section class="fullform bradiusodd">
<section class="fullform bradius">
<form action="{$linker->getLink(array('section' => 'tickets'))}" method="post" enctype="application/x-www-form-urlencoded">
<fieldset>

View File

@@ -11,7 +11,7 @@ $header
$ticket_replies
</if>
<section class="fullform bradiusodd">
<section class="fullform bradius">
<form action="{$linker->getLink(array('section' => 'tickets'))}" method="post" enctype="application/x-www-form-urlencoded">
<fieldset>

View File

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

View File

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