Skip to content
Snippets Groups Projects
Commit cf9bbe07 authored by Jared Hancock's avatar Jared Hancock
Browse files

ui: Specify handle for draggable dialogs

parent e5a28410
Branches
Tags
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -289,7 +289,7 @@ if ($form && count($langs) > 1) { ?>
</p>
<div style="display:none;" class="draggable dialog" id="delete-confirm">
<h3><i class="icon-trash"></i> <?php echo __('Remove Existing Data?'); ?></h3>
<h3 class="drag-handle"><i class="icon-trash"></i> <?php echo __('Remove Existing Data?'); ?></h3>
<a class="close" href=""><i class="icon-remove-circle"></i></a>
<hr/>
<p>
......
......@@ -2,7 +2,7 @@
$ff_uid = FormField::$uid;
?>
<div id="advanced-search">
<h3><?php echo __('Advanced Ticket Search');?></h3>
<h3 class="drag-handle"><?php echo __('Advanced Ticket Search');?></h3>
<a class="close" href=""><i class="icon-remove-circle"></i></a>
<hr/>
<form action="#tickets/search" method="post" name="search">
......
<h3><?php echo __('Ticket Collaborators'); ?></h3>
<h3 class="drag-handle"><?php echo __('Ticket Collaborators'); ?></h3>
<b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b>
<?php
if($info && $info['msg']) {
......
<h3><?php echo __('Manage Content'); ?> &mdash; <?php echo Format::htmlchars($content->getName()); ?></h3>
<h3 class="drag-handle"><?php echo __('Manage Content'); ?> &mdash; <?php echo Format::htmlchars($content->getName()); ?></h3>
<a class="close" href=""><i class="icon-remove-circle"></i></a>
<hr/>
......
<h3><?php echo __('Field Configuration'); ?> &mdash; <?php echo $field->get('label') ?></h3>
<h3 class="drag-handle"><?php echo __('Field Configuration'); ?> &mdash; <?php echo $field->get('label') ?></h3>
<a class="close" href=""><i class="icon-remove-circle"></i></a>
<hr/>
<form method="post" action="#form/field-config/<?php
......
<h3><i class="icon-paste"></i> <?php echo __('Manage Forms'); ?></i></h3>
<h3 class="drag-handle"><i class="icon-paste"></i> <?php echo __('Manage Forms'); ?></i></h3>
<b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b>
<hr/><?php echo __(
'Sort the forms on this ticket by click and dragging on them. Use the box below the forms list to add new forms to the ticket.'
......
<h3><?php echo $info['title']; ?></h3>
<h3 class="drag-handle"><?php echo $info['title']; ?></h3>
<b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b>
<hr/>
<?php
......
<h3><?php echo $list->getName(); ?> &mdash; <?php
<h3 class="drag-handle"><?php echo $list->getName(); ?> &mdash; <?php
echo $item ? $item->getValue() : __('Add New List Item'); ?></h3>
<a class="close" href=""><i class="icon-remove-circle"></i></a>
<hr/>
......
......@@ -6,7 +6,7 @@ if (!$info['title'])
$info['warn'] = __('Deleted organization CANNOT be recovered');
?>
<h3><?php echo $info['title']; ?></h3>
<h3 class="drag-handle"><?php echo $info['title']; ?></h3>
<b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b>
<hr/>
<?php
......
......@@ -9,7 +9,7 @@ if ($info['search'] === false)
?>
<div id="the-lookup-form">
<h3><?php echo $info['title']; ?></h3>
<h3 class="drag-handle"><?php echo $info['title']; ?></h3>
<b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b>
<hr/>
<div><p id="msg_info"><i class="icon-info-sign"></i>&nbsp; <?php echo $msg_info; ?></p></div>
......
......@@ -4,7 +4,7 @@ $info=($_POST && $errors)?Format::input($_POST):@Format::htmlchars($org->getInfo
if (!$info['title'])
$info['title'] = Format::htmlchars($org->getName());
?>
<h3><?php echo $info['title']; ?></h3>
<h3 class="drag-handle"><?php echo $info['title']; ?></h3>
<b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b>
<hr/>
<?php
......
......@@ -2,7 +2,7 @@
if (!$info['title'])
$info['title'] = Format::htmlchars($org->getName());
?>
<h3><?php echo $info['title']; ?></h3>
<h3 class="drag-handle"><?php echo $info['title']; ?></h3>
<b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b>
<hr/>
<?php
......
<h3><i class="icon-wrench"></i> <?php echo __('Manage Sequences'); ?></i></h3>
<h3 class="drag-handle"><i class="icon-wrench"></i> <?php echo __('Manage Sequences'); ?></i></h3>
<b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b>
<hr/><?php echo __(
'Sequences are used to generate sequential numbers. Various sequences can be
......
......@@ -7,7 +7,7 @@ if (!$info[':title'])
$info[':title'] = sprintf(__('%s Selected Tasks'),
__('Assign'));
?>
<h3><?php echo $info[':title']; ?></h3>
<h3 class="drag-handle"><?php echo $info[':title']; ?></h3>
<b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b>
<div class="clear"></div>
<hr/>
......
......@@ -5,7 +5,7 @@ if (!$info[':title'])
__('Delete'),
_N('selected task', 'selected tasks', $count));
?>
<h3><?php echo $info[':title']; ?></h3>
<h3 class="drag-handle"><?php echo $info[':title']; ?></h3>
<b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b>
<div class="clear"></div>
<hr/>
......
......@@ -10,7 +10,7 @@ $action = $info['action'] ?: ('#tasks/'.$task->getId().'/edit');
?>
<div id="task-form">
<h3><?php echo $info['title']; ?></h3>
<h3 class="drag-handle"><?php echo $info['title']; ?></h3>
<b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b>
<hr/>
<?php
......
......@@ -5,7 +5,7 @@ if (!$info[':title'])
$info[':title'] = __('Change Tasks Status');
?>
<h3><?php echo $info[':title']; ?></h3>
<h3 class="drag-handle"><?php echo $info[':title']; ?></h3>
<b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b>
<div class="clear"></div>
<hr/>
......
......@@ -7,7 +7,7 @@ if (!$info[':title'])
$info[':title'] = sprintf(__('%s Selected Tasks'),
__('Tranfer'));
?>
<h3><?php echo $info[':title']; ?></h3>
<h3 class="drag-handle"><?php echo $info[':title']; ?></h3>
<b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b>
<div class="clear"></div>
<hr/>
......
......@@ -9,7 +9,7 @@ if ($ticket)
?>
<div id="task-form">
<h3><?php echo $info['title']; ?></h3>
<h3 class="drag-handle"><?php echo $info['title']; ?></h3>
<b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b>
<hr/>
<?php
......
<h3><?php echo __('Raw Email Headers'); ?></h3>
<h3 class="drag-handle"><?php echo __('Raw Email Headers'); ?></h3>
<b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b>
<hr/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment