~alexharrington/xibo/pyclient-1.1.0a22

« back to all changes in this revision

Viewing changes to server/modules/module_media_flash.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:
444
444
                        <input type="hidden" name="regionid" value="$regionid">
445
445
                        <p>'$this->name' <br />Are you sure you want to: $deleteOptions ?</p>
446
446
                        <input id="btnSave" type="submit" value="Yes"  />
447
 
                        <input id="btnCancel" type="button" title="No / Cancel" href="index.php?p=layout&layoutid=$layoutid&regionid=$regionid&q=RegionOptions" onclick="$(this).parent().parent().dialogClose();return false; " value="No" />
 
447
                        <input id="btnCancel" type="button" title="No / Cancel" href="index.php?p=layout&layoutid=$layoutid&regionid=$regionid&q=RegionOptions" onclick="$('#div_dialog').dialog('close');return false; " value="No" />
448
448
                        <input type="button" onclick="window.open('$this->help_link')" value="Help" />
449
449
                </form>
450
450
END;