~bakkerl/xibo/1.6

« back to all changes in this revision

Viewing changes to server/modules/datasetview.module.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) 2011 Daniel Garner
5
5
 *
6
6
 * This file is part of Xibo.
317
317
        $filter = Kit::GetParam('filter', _POST, _STRING);
318
318
        $ordering = Kit::GetParam('ordering', _POST, _STRING);
319
319
        $showHeadings = Kit::GetParam('showHeadings', _POST, _CHECKBOX);
320
 
        $styleSheet = Kit::GetParam('styleSheet', _POST, _STRING);
 
320
        $styleSheet = Kit::GetParam('styleSheet', _POST, _HTMLSTRING);
321
321
        $updateInterval = Kit::GetParam('updateInterval', _POST, _INT);
322
322
        $rowsPerPage = Kit::GetParam('rowsPerPage', _POST, _INT);
323
323