~bakkerl/xibo/1.6

« back to all changes in this revision

Viewing changes to server/theme/default/html/layout_form_edit.php

  • Committer: Dan Garner
  • Date: 2014-01-19 14:06:56 UTC
  • mfrom: (292.1.48 server-160rc1)
  • Revision ID: dan@xibo.org.uk-20140119140656-4xqs9tjqlgcbaaq9
Merged 1.6.0rc1 manual branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
/*
3
 
 * Xibo - Digitial Signage - http://www.xibo.org.uk
 
3
 * Xibo - Digital Signage - http://www.xibo.org.uk
4
4
 * Copyright (C) 2006-2013 Daniel Garner
5
5
 *
6
6
 * This file is part of Xibo.
54
54
                <div class="control-group">
55
55
                        <label class="control-label" for='retired' accesskey="r" title="<?php echo Theme::Translate('Retire this layout or not? It will no longer be visible in lists'); ?>"><?php echo Theme::Translate('Retired'); ?></label>
56
56
                        <div class="controls">
57
 
                                <?php echo Theme::SelectList('retiredid', Theme::Get('retired_field_list'), 'retiredid', 'retired', Theme::Get('retired')); ?>
 
57
                                <?php echo Theme::SelectList('retired', Theme::Get('retired_field_list'), 'retiredid', 'retired', Theme::Get('retired')); ?>
58
58
                        </div>
59
59
                </div>
60
60
        </fieldset>