~bakkerl/xibo/1.6

« back to all changes in this revision

Viewing changes to server/theme/default/html/media_form_text_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.
51
51
                <div class="control-group">
52
52
                    <div class="controls">
53
53
                        <label class="checkbox" for="fitText" accesskey="n" title="<?php echo Theme::Translate('Fit text to region'); ?>"><?php echo Theme::Translate('Fit text to region'); ?>
54
 
                            <input class="checkbox" name="fitText" type="checkbox" id="fitText" tabindex="2" <?php echo Theme::Get('fit_text_checked'); ?> />
 
54
                            <input class="checkbox" name="fitText" type="checkbox" id="fitText" tabindex="2" <?php echo Theme::Get('fitTextChecked'); ?> />
55
55
                                </label>
56
56
                    </div>
57
57
                </div>