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