~ubuntu-branches/ubuntu/vivid/zoneminder/vivid-proposed

« back to all changes in this revision

Viewing changes to web/skins/classic/views/group.php

  • Committer: Bazaar Package Importer
  • Author(s): Peter Howard
  • Date: 2009-11-14 15:02:10 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091114150210-d8721h9wm90cbaog
Tags: 1.24.2-2
* Remove custom perl parth from zmpkg.pl, fix location of manpages.
(closes: #551746, #553092)
* Fix GCC4.4 bug
(closes: #531717)
* Fix potential bug in postinst script

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
//
3
 
// ZoneMinder web group detail view file, $Date: 2008-09-26 10:47:20 +0100 (Fri, 26 Sep 2008) $, $Revision: 2632 $
 
3
// ZoneMinder web group detail view file, $Date: 2009-05-13 11:48:58 +0100 (Wed, 13 May 2009) $, $Revision: 2871 $
4
4
// Copyright (C) 2001-2008 Philip Coombes
5
5
//
6
6
// This program is free software; you can redistribute it and/or
57
57
            </tr>
58
58
            <tr>
59
59
              <th scope="row"><?= $SLANG['MonitorIds'] ?></th>
60
 
              <td
 
60
              <td>
61
61
                <select name="newGroup[MonitorIds][]" size="4" multiple="multiple">
62
62
<?php
63
63
    $monitors = dbFetchAll( "select Id,Name from Monitors order by Sequence asc" );