* Modify export button near fieldSettings.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
#queryTable .titleResult {padding:20px 0px 10px 20px;}
|
||||
.fieldSettings {margin: -8px 10px; border: none;}
|
||||
.dataview-export {margin: -8px 0px; border: none;}
|
||||
#edit select[name^='relatedTable'] + div .picker-selections:first-child {border-right: none;}
|
||||
#edit select[name^='relatedTable'] + div.picker-focus .picker-selections {border-right: 1px solid #2e7fff;}
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@ window.DataStorage = initStorage(
|
||||
</div>
|
||||
</div>
|
||||
<div class="create-action pull-right">
|
||||
<?php if(common::hasPriv('dataview', 'export')) echo html::a('#', "<i class='icon icon-export'></i> {$lang->dataview->export}", '', "id='export' class='hidden btn btn-link'");?>
|
||||
<?php if($app->rawMethod == 'create') echo html::a($saveLink, '<i class="icon icon-save"></i> ' . $lang->save, '', "class='btn btn-primary' id='saveButton'");?>
|
||||
<?php if($app->rawMethod != 'create') echo '<button type="button" class="btn btn-primary" id="save"><i class="icon icon-save"></i> ' . $lang->save. '</button>';?>
|
||||
</div>
|
||||
|
||||
@@ -32,6 +32,9 @@
|
||||
<div class='btn-active-text'>
|
||||
<span class='text'><?php echo $lang->dataview->result;?></span>
|
||||
<button type="button" class="btn btn-link fieldSettings pull-right"><i class='icon icon-cog-outline'></i> <?php echo $lang->dataview->fieldSettings;?></button>
|
||||
<?php if(common::hasPriv('dataview', 'export')):?>
|
||||
<button type="button" id='export' class="btn btn-link hidden dataview-export pull-right"><i class='icon icon-export'></i> <?php echo $lang->dataview->export;?></button>
|
||||
<?php endif;?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-empty-tip">
|
||||
|
||||
Reference in New Issue
Block a user