~bakkerl/xibo/1.6

« back to all changes in this revision

Viewing changes to server/lib/pages/help.class.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) 2009-2013 Daniel Garner
5
5
 *
6
6
 * This file is part of Xibo.
159
159
                        'url' => 'index.php?p=help&q=DeleteForm&HelpID=' . $row['helpid'],
160
160
                        'text' => __('Delete')
161
161
                    );
 
162
 
 
163
                // Test
 
164
                $row['buttons'][] = array(
 
165
                        'id' => 'help_button_test',
 
166
                        'url' => HelpManager::Link($row['topic'], $row['category']),
 
167
                        'text' => __('Test')
 
168
                    );
162
169
            }
163
170
 
164
171
            $rows[] = $row;