CC-6069: Pick consistent design for New buttons
* First shot at blue New buttons
This commit is contained in:
parent
71f149f95f
commit
311956eb74
6 changed files with 20 additions and 7 deletions
|
@ -65,7 +65,7 @@
|
|||
|
||||
<dt><label><?php echo(_("Search Criteria:"));?></label></dt>
|
||||
<dd id='sp_criteria-element' class='criteria-element'>
|
||||
<a class='btn btn-small' id='criteria_add'><i class='icon-white icon-plus'></i><?php echo(_("New Criteria")); ?></a>
|
||||
<a class='btn btn-small btn-new' id='criteria_add'><i class='icon-white icon-plus'></i><?php echo(_("New Criteria")); ?></a>
|
||||
|
||||
<?php for ($i = 0; $i < $this->criteriasLength; $i++) {
|
||||
// modRowMap holds the number of modifier rows for each criteria element
|
||||
|
@ -95,7 +95,7 @@
|
|||
<?php echo $this->element->getElement("sp_criteria_field_".$i."_".$j) ?>
|
||||
<?php echo $this->element->getElement("sp_criteria_modifier_".$i."_".$j) ?>
|
||||
<?php echo $this->element->getElement("sp_criteria_value_".$i."_".$j) ?>
|
||||
<a class='btn btn-small' id='modifier_add_<?php echo $i ?>'>
|
||||
<a class='btn btn-small btn-new' id='modifier_add_<?php echo $i ?>'>
|
||||
<i class='icon-white icon-plus'></i><?php echo(_("New Modifier")); ?>
|
||||
</a>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<h2><?php echo(_("Playout History Templates"));?></h2>
|
||||
|
||||
<div><h4><?php echo _("Log Sheet Templates") ?></h4></div>
|
||||
<button id="new_item_template" class="btn"><?php echo _("New Log Sheet Template") ?></button>
|
||||
<button id="new_item_template" class="btn btn-new"><?php echo _("New Log Sheet Template") ?></button>
|
||||
<ul id="template_list">
|
||||
<?php if (count($this->template_list) == 0): ?>
|
||||
<li><?php echo _("No Log Sheet Templates") ?></li>
|
||||
|
@ -34,7 +34,7 @@
|
|||
<br><br>
|
||||
<div>
|
||||
<div><h4><?php echo _("File Summary Templates") ?></h4></div>
|
||||
<button id="new_file_template" class="btn"><?php echo _("New File Summary Template") ?></button>
|
||||
<button id="new_file_template" class="btn btn-new"><?php echo _("New File Summary Template") ?></button>
|
||||
<ul id="template_file">
|
||||
<?php if (count($this->template_file) == 0): ?>
|
||||
<li><?php echo _("No File Summary Templates") ?></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue