root/contributed_modules/modules/cdrcost/page.schedulepart.php

Revision 5074, 0.7 kB (checked in by p_lindheimer, 6 years ago)

#1209 add cdrcost to contributed module repository

Line 
1 <?php /* $Id$ */
2 //Copyright (C) 2006 Lenux Inc. (info@lenux.eu)
3 //
4 //This program is free software; you can redistribute it and/or
5 //modify it under the terms of the GNU General Public License
6 //as published by the Free Software Foundation; either version 2
7 //of the License, or (at your option) any later version.
8 //
9 //This program is distributed in the hope that it will be useful,
10 //but WITHOUT ANY WARRANTY; without even the implied warranty of
11 //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 //GNU General Public License for more details.
13 ?>
14
15 <div class="rnav">
16 <?php
17 $list = cdrcost_schedulepart_list();
18 drawListMenu($list, $skip, $type, $display, $extdisplay, _("Schedule Part"));
19 ?>
20 </div>
21
22
23
Note: See TracBrowser for help on using the browser.