Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
2ef4fd314c
|
@ -93,7 +93,7 @@
|
||||||
|
|
||||||
<?php } elseif ($this->blType == "Dynamic") { ?>
|
<?php } elseif ($this->blType == "Dynamic") { ?>
|
||||||
<div><span>Dynamic Playlist Criteria: </span></div>
|
<div><span>Dynamic Playlist Criteria: </span></div>
|
||||||
<table class='library-get-file-md table-small'>
|
<table class='library-get-file-md'>
|
||||||
<?php foreach ($this->contents["crit"] as $criterias) : ?>
|
<?php foreach ($this->contents["crit"] as $criterias) : ?>
|
||||||
<?php foreach ($criterias as $crit ) : ?>
|
<?php foreach ($criterias as $crit ) : ?>
|
||||||
<?php
|
<?php
|
||||||
|
@ -111,11 +111,11 @@
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
<?php endforeach; ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Limit to </td>
|
<td>Limit to </td>
|
||||||
<td><?php echo $this->contents["limit"]["value"] ?> <?php echo $this->contents["limit"]["modifier"] ?></td>
|
<td><?php echo $this->contents["limit"]["value"] ?> <?php echo $this->contents["limit"]["modifier"] ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach; ?>
|
|
||||||
</table>
|
</table>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<div class="button-holder">
|
<div class="button-holder">
|
||||||
<button type="button" id="add_user_button" name="search_add_group" class="ui-button ui-widget ui-state-default ui-button-text-icon-primary">
|
<button type="button" id="add_user_button" name="search_add_group" class="ui-button ui-widget ui-state-default ui-button-text-icon-primary">
|
||||||
<span class="ui-icon ui-icon-plusthick"></span>
|
<span class="ui-icon ui-icon-plusthick"></span>
|
||||||
<span class="ui-button-text">New User</span>
|
<span class="ui-button-text">New User</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -15,9 +15,9 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th>id</th>
|
<th>id</th>
|
||||||
<th>Username</th>
|
<th>Username</th>
|
||||||
<th>First Name</th>
|
<th>First Name</th>
|
||||||
<th>Last Name</th>
|
<th>Last Name</th>
|
||||||
<th>User Type</th>
|
<th>User Type</th>
|
||||||
<th> </th>
|
<th> </th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
|
@ -434,10 +434,6 @@ table.library-get-file-md{
|
||||||
width:350px;
|
width:350px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.library-get-file-md.table-small{
|
|
||||||
width:290px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.file-md-qtip-criteria-width-small{
|
.file-md-qtip-criteria-width-small{
|
||||||
width:80px;
|
width:80px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue