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

@@ -9,7 +9,7 @@ $header
<section>
<table class="bradiusodd">
<table class="bradius">
<thead>
<tr>
<th>{$lng['ticket']['archivedtime']}</th>
@@ -37,7 +37,7 @@ $header
</h3>
</header>
<section class="fullform bradiusodd">
<section class="fullform bradius">
<form action="{$linker->getLink(array('section' => 'tickets'))}" method="post" enctype="application/x-www-form-urlencoded">

View File

@@ -6,7 +6,7 @@ $header
<input type="hidden" name="s" value="$s"/>
<input type="hidden" name="page" value="$page"/>
<input type="hidden" name="send" value="send" />
<table cellpadding="5" cellspacing="0" border="0" align="center" class="fullform bradiusodd">
<table cellpadding="5" cellspacing="0" border="0" align="center" class="fullform bradius">
<if 0 < $tickets_count >
<tr>
<th class="field_display_border_left">{$lng['ticket']['archivedtime']}</th>

View File

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

View File

@@ -22,7 +22,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

@@ -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

@@ -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

@@ -20,7 +20,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>{$lastchange}&nbsp;{$lng['ticket']['by']}&nbsp;{$by}</th>

View File

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