~xibo-maintainers/xibo/ponswinnecke

« back to all changes in this revision

Viewing changes to server/lib/pages/schedule.class.php

  • Committer: Dan Garner
  • Date: 2014-03-29 13:42:03 UTC
  • mfrom: (313.2.33 server-160rc2)
  • Revision ID: dan@xibo.org.uk-20140329134203-xll0nnamii5tp6p4
MergedĀ lp:~dangarner/xibo/server-160rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
/*
3
3
 * Xibo - Digital Signage - http://www.xibo.org.uk
4
 
 * Copyright (C) 2006-2013 Daniel Garner
 
4
 * Copyright (C) 2006-2014 Daniel Garner
5
5
 *
6
6
 * This file is part of Xibo.
7
7
 *
1157
1157
        </div>
1158
1158
HTML;
1159
1159
        
1160
 
        $id = uniqid();
 
1160
        $id = Kit::uniqueId();
1161
1161
        $pager = ResponseManager::Pager($id);
1162
1162
 
1163
1163
        $xiboGrid = <<<HTML
1277
1277
        </div>
1278
1278
HTML;
1279
1279
        
1280
 
        $id = uniqid();
 
1280
        $id = Kit::uniqueId();
1281
1281
        $pager = ResponseManager::Pager($id);
1282
1282
 
1283
1283
        $xiboGrid = <<<HTML