//fix table extensible, bug
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
<h4>{l s='Attachment'}</h4>
|
||||
<div class="separation"></div>
|
||||
<fieldset>
|
||||
<fieldset style="border:none;">
|
||||
<label>{l s='Filename:'} </label>
|
||||
<div class="margin-form translatable">
|
||||
{foreach $languages as $language}
|
||||
@@ -72,6 +72,7 @@
|
||||
</div>
|
||||
<div class="small"><sup>*</sup> {l s='Required field'}</div>
|
||||
</fieldset>
|
||||
<div class="separation"></div>
|
||||
<div class="clear"> </div>
|
||||
<table>
|
||||
<tr>
|
||||
|
||||
@@ -50,13 +50,13 @@
|
||||
<br />
|
||||
<table border="0" cellpadding="0" cellspacing="0" class="table" style="width:900px;">
|
||||
<tr>
|
||||
<th>{l s='Feature'}</td>
|
||||
<th height="30px">{l s='Feature'}</td>
|
||||
<th style="width:30%">{l s='Pre-defined value'}</td>
|
||||
<th style="width:40%"><u>{l s='or'}</u> {l s='Customized value'}</td>
|
||||
</tr>
|
||||
</table>
|
||||
{foreach from=$available_features item=available_feature}
|
||||
<table cellpadding="5" style="width: 900px; margin-top: 10px">
|
||||
<table cellpadding="5" style="background-color:#fff; width: 900px; padding:10px 5px; border:1px solid #ccc; border-top:none;">
|
||||
<tr>
|
||||
<td>{$available_feature.name}</td>
|
||||
<td style="width: 30%">
|
||||
@@ -95,8 +95,8 @@
|
||||
|
||||
</table>
|
||||
<div class="separation"></div>
|
||||
<div style="text-align:center;">
|
||||
<a href="{$link->getAdminLink('AdminFeatures')}&addfeature" class="confirm_leave">
|
||||
<div>
|
||||
<a href="{$link->getAdminLink('AdminFeatures')}&addfeature" class="confirm_leave button">
|
||||
<img src="../img/admin/add.gif" alt="new_features" title="{l s='Add a new feature'}" /> {l s='Add a new feature'}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
languages=$languages
|
||||
input_name='meta_title'
|
||||
input_value=$product->meta_title}
|
||||
<p class="clear">{l s='Product page title; leave blank to use product name'}</p>
|
||||
<p class="preference_description">{l s='Product page title; leave blank to use product name'}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -62,7 +62,7 @@
|
||||
input_name='meta_description'
|
||||
input_value=$product->meta_description
|
||||
input_hint='{l s=\'Forbidden characters:\'\} <>;=#{\}'}
|
||||
<p class="clear">{l s='A single sentence for HTML header'}</p>
|
||||
<p class="preference_description">{l s='A single sentence for HTML header'}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -73,7 +73,7 @@
|
||||
{include file="products/input_text_lang.tpl" languages=$languages
|
||||
input_value=$product->meta_keywords
|
||||
input_name='meta_keywords'}
|
||||
<p class="clear">{l s='Keywords for HTML header, separated by a comma'}</p>
|
||||
<p class="preference_description">{l s='Keywords for HTML header, separated by a comma'}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -60,6 +60,7 @@ class AdminQuickAccessesControllerCore extends AdminController
|
||||
),
|
||||
'new_window' => array(
|
||||
'title' => $this->l('New window'),
|
||||
'width' => 70,
|
||||
'align' => 'center',
|
||||
'type' => 'bool',
|
||||
'activeVisu' => 'new_window'
|
||||
|
||||
@@ -49,11 +49,11 @@ class AdminScenesControllerCore extends AdminController
|
||||
),
|
||||
'name' => array(
|
||||
'title' => $this->l('Image Maps'),
|
||||
'width' => 150,
|
||||
'filter_key' => 'b!name'
|
||||
),
|
||||
'active' => array(
|
||||
'title' => $this->l('Activated'),
|
||||
'width' => 70,
|
||||
'align' => 'center',
|
||||
'active' => 'status',
|
||||
'type' => 'bool',
|
||||
|
||||
@@ -2026,8 +2026,10 @@ float:left;
|
||||
float:left;
|
||||
background:none;
|
||||
border:none;
|
||||
width:24%;
|
||||
}
|
||||
#CustomerThreadContacts div#CustomerService table.table {
|
||||
width:100%;
|
||||
|
||||
}
|
||||
#CustomerThreadContacts div#CustomerService table.table thead{
|
||||
|
||||
Reference in New Issue
Block a user