~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to theme/default/html/media_form_ticker_edit.php

  • Committer: Dan Garner
  • Date: 2015-01-15 14:26:07 UTC
  • Revision ID: git-v1:0bf2226a1e1e343100602a625c79b0b71a23593d
Migrated from BZR and moved files to root folder.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/*
 
3
 * Xibo - Digital Signage - http://www.xibo.org.uk
 
4
 * Copyright (C) 2006-2013 Daniel Garner
 
5
 *
 
6
 * This file is part of Xibo.
 
7
 *
 
8
 * Xibo is free software: you can redistribute it and/or modify
 
9
 * it under the terms of the GNU Affero General Public License as published by
 
10
 * the Free Software Foundation, either version 3 of the License, or
 
11
 * any later version. 
 
12
 *
 
13
 * Xibo is distributed in the hope that it will be useful,
 
14
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
 * GNU Affero General Public License for more details.
 
17
 *
 
18
 * You should have received a copy of the GNU Affero General Public License
 
19
 * along with Xibo.  If not, see <http://www.gnu.org/licenses/>.
 
20
 *
 
21
 * Theme variables:
 
22
 *  buttons = An array containing the media buttons
 
23
 */
 
24
defined('XIBO') or die("Sorry, you are not allowed to directly access this page.<br /> Please press the back button in your browser.");
 
25
?>
 
26
<div class="well template-override-controls">
 
27
    <div class="text-center text-info"><?php echo Theme::Translate('Available Substitutions'); ?></div>
 
28
    <ul id="TickerDataSetColumns">
 
29
        <?php foreach(Theme::Get('substitutions') as $column) { ?>
 
30
        <li class="ckeditor_snippits" linkedto="ta_text"><?php echo $column['Substitute']; ?></li>
 
31
        <?php } ?>
 
32
    </ul>
 
33
</div>