PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
ticketing-old
/
include
/
staff
<?php $info= Format::htmlchars(($errors && $_POST) ? $_POST : array(), true); ?> <h2> <?php echo sprintf('<a href="plugins.php">%s</a> <small> > <a href="plugins.php?id=%d">%s</a> ( %s )</small>', __('Plugins'), $plugin->getId(), $plugin->getName(), $plugin->getStatus() );?> </h2> <ul class="clean tabs" id="plugin-tabs"> <li class="active"><a href="#info"> <i class="icon-plus"></i> <?php echo __('Plugin'); ?></a></li> <li><a href="#instances"> <i class="icon-list"></i> <?php echo sprintf(__('Instances (%d)'), $plugin->getNumInstances()); ?></a></li> </ul> <div id="plugin-tabs_container"> <div id="info" class="tab_content"> <form action="" method="post" class="save"> <?php csrf_token(); ?> <input type="hidden" name="do" value="update"> <input type="hidden" name="a" value="<?php echo Format::htmlchars($_REQUEST['a']); ?>"> <input type="hidden" name="id" value="<?php echo $plugin->getId(); ?>"> <table class="form_table" width="940" border="0" cellspacing="0" cellpadding="2"> <thead> <tr> <th colspan="2"> <em><?php echo __('Plugin Information'); ?></em> </th> </tr> </thead> <tbody> <tr> <td width="180"><?php echo __('Name'); ?>:</td> <td> <?php echo $plugin->getName(); ?> </td> </tr> <tr> <td width="180"><?php echo __('Version'); ?>:</td> <td> <?php echo $plugin->getVersion(); if (!$plugin->isCompatible()) echo sprintf('<span style="padding-left:20px;color:red;">(%s v%s+ %s)</span>', 'osTicket', $plugin->getosTicketVersion(), __('Required')); ?> </td> </tr> <tr> <td width="180"><?php echo __('Installed'); ?>:</td> <td> <?php echo Format::datetime($plugin->getInstallDate()); ?></td> </tr> </tbody> <thead> <tr> <th colspan="2"> <em><?php echo __('Plugin Settings'); ?></em> </th> </tr> </thead> <tbody> <tr> <td width="180" class="required"><?php echo __('Status'); ?>:</td> <td><select name="isactive"> <?php foreach (array(1 => __('Active'), 0 => __('Disabled')) as $key => $desc) { ?> <option value="<?php echo $key; ?>" <?php if ($key == $plugin->get('isactive')) echo 'selected="selected"'; ?>><?php echo $desc; ?></option> <?php } ?> </select> </td> </tr> </tbody> <tbody> <tr> <th colspan="7"> <em><strong><?php echo __('Internal Notes'); ?>:</strong> <?php echo __("Plugin description and instructions"); ?></em> </th> </tr> <tr> <td colspan="7"><textarea name="notes" class="richtext no-bar" rows="6" cols="80"><?php echo $info['notes'] ?: $plugin->getNotes(); ?></textarea> </td> </tr> </tbody> </table> <p class="centered"> <input type="submit" name="submit" value="<?php echo __('Save Changes'); ?>"> <input type="reset" name="reset" value="<?php echo __('Reset'); ?>"> <input type="button" name="cancel" value="<?php echo __('Cancel'); ?>" onclick='window.location.href="?"'> </p> </form> </div> <div id="instances" class="tab_content hidden"> <?php $pjax_container = '#instances'; include STAFFINC_DIR . 'templates/plugin-instances.tmpl.php'; ?> </div> <script type="text/javascript"> $(function() { $('#instances').on('click', 'a.instance-config', function(e) { e.preventDefault(); var $id = $(this).attr('id'); var url = 'ajax.php/'+$(this).attr('href').substr(1); $.dialog(url, [201], function (xhr, resp) { var json = $.parseJSON(resp); if (json && json.redirect) window.location.reload(true); }, {size:'large'}); return false; }); $('#instances').on('click', 'a.instances-action', function(e) { e.preventDefault(); form = $('form#plugin-instances-form'); $.confirmAction($(this).attr('href').substr(1), form); return false; }); }); </script>
[+]
..
[-] apikey.inc.php
[edit]
[-] apikeys.inc.php
[edit]
[-] banlist.inc.php
[edit]
[-] banrule.inc.php
[edit]
[-] cannedresponse.inc.php
[edit]
[-] cannedresponses.inc.php
[edit]
[-] categories.inc.php
[edit]
[-] category.inc.php
[edit]
[-] dashboard.inc.php
[edit]
[-] department.inc.php
[edit]
[-] departments.inc.php
[edit]
[-] directory.inc.php
[edit]
[-] dynamic-form.inc.php
[edit]
[-] dynamic-forms.inc.php
[edit]
[-] dynamic-list.inc.php
[edit]
[-] dynamic-lists.inc.php
[edit]
[-] email.inc.php
[edit]
[-] emails.inc.php
[edit]
[-] faq-categories.inc.php
[edit]
[-] faq-category.inc.php
[edit]
[-] faq-view.inc.php
[edit]
[-] faq.inc.php
[edit]
[-] filter.inc.php
[edit]
[-] filters.inc.php
[edit]
[-] footer.inc.php
[edit]
[-] header.inc.php
[edit]
[-] helptopic.inc.php
[edit]
[-] helptopics.inc.php
[edit]
[-] index.php
[edit]
[-] login.header.php
[edit]
[-] login.tpl.php
[edit]
[-] org-view.inc.php
[edit]
[-] orgs.inc.php
[edit]
[-] page.inc.php
[edit]
[-] pages.inc.php
[edit]
[-] plugin-add.inc.php
[edit]
[-] plugin-instance.inc.php
[edit]
[-] plugin.inc.php
[edit]
[-] plugins.inc.php
[edit]
[-] profile.inc.php
[edit]
[-] pwreset.login.php
[edit]
[-] pwreset.php
[edit]
[-] pwreset.sent.php
[edit]
[-] queue.inc.php
[edit]
[-] queues-ticket.inc.php
[edit]
[-] role.inc.php
[edit]
[-] roles.inc.php
[edit]
[-] schedule.inc.php
[edit]
[-] schedules.inc.php
[edit]
[-] settings-agents.inc.php
[edit]
[-] settings-alerts.inc.php
[edit]
[-] settings-autoresp.inc.php
[edit]
[-] settings-emails.inc.php
[edit]
[-] settings-kb.inc.php
[edit]
[-] settings-pages.inc.php
[edit]
[-] settings-system.inc.php
[edit]
[-] settings-tasks.inc.php
[edit]
[-] settings-tickets.inc.php
[edit]
[-] settings-users.inc.php
[edit]
[-] slaplan.inc.php
[edit]
[-] slaplans.inc.php
[edit]
[-] staff.inc.php
[edit]
[-] staffmembers.inc.php
[edit]
[-] syslogs.inc.php
[edit]
[-] system.inc.php
[edit]
[-] task-view.inc.php
[edit]
[-] tasks.inc.php
[edit]
[-] team.inc.php
[edit]
[-] teams.inc.php
[edit]
[-] template.inc.php
[edit]
[+]
templates
[-] templates.inc.php
[edit]
[-] ticket-edit.inc.php
[edit]
[-] ticket-open.inc.php
[edit]
[-] ticket-relations.inc.php
[edit]
[-] ticket-tasks.inc.php
[edit]
[-] ticket-view.inc.php
[edit]
[-] tpl.inc.php
[edit]
[-] user-view.inc.php
[edit]
[-] users.inc.php
[edit]
[-] .htaccess.disabled
[edit]