~alexharrington/xibo/pyclient-1.1.0a22

« back to all changes in this revision

Viewing changes to server/lib/app/group.class.php

  • Committer: Dan Garner
  • Date: 2008-12-14 14:42:52 UTC
  • mto: (1.1.80 Xibo)
  • mto: This revision was merged to the branch mainline in revision 2.
  • Revision ID: mail@dangarner.co.uk-20081214144252-8dosaegtfwvv0dsl
Moved 3rd Party libraries to their own folder.
Updated jQuery to the latest revision and now use jQuery UI instead of individual plugins.

Tabs are not currently working

Show diffs side-by-side

added added

removed removed

Lines of Context:
218
218
                                        <td></td>
219
219
                                        <td>
220
220
                                                <input type='submit' value="Save" / >
221
 
                                                <input id="btnCancel" type="button" title="No / Cancel" onclick="$(this).parent().parent().dialogClose();return false; " value="Cancel" />      
 
221
                                                <input id="btnCancel" type="button" title="No / Cancel" onclick="$('#div_dialog').dialog('close');return false; " value="Cancel" />     
222
222
                                                $helpButton
223
223
                                        </td>
224
224
                                </tr>
359
359
                        <input type="hidden" name="groupid" value="$groupid">
360
360
                        <p>Are you sure you want to delete $this->group?</p>
361
361
                        <input type="submit" value="Yes">
362
 
                        <input type="submit" value="No" onclick="$(this).parent().parent().dialogClose();return false; ">
 
362
                        <input type="submit" value="No" onclick="$('#div_dialog').dialog('close');return false; ">
363
363
                </form>
364
364
END;
365
365