mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-26 06:30:13 +01:00
better message dragging feature
This commit is contained in:
parent
ae6b9d4b05
commit
3e0ad6da34
@ -166,6 +166,7 @@
|
|||||||
|
|
||||||
#dhtmltooltip { position: absolute; width: 150px; border: 2px solid black; padding: 2px; background-color: yellow; color: #ffffff; visibility: hidden; z-index: 100; }
|
#dhtmltooltip { position: absolute; width: 150px; border: 2px solid black; padding: 2px; background-color: yellow; color: #ffffff; visibility: hidden; z-index: 100; }
|
||||||
|
|
||||||
|
.extra_folder { color: #850505; font-weight: bold; border: none; width: 70%; background: transparent; }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* dropdown menu
|
* dropdown menu
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<?php foreach ($extra_folders as $folder) { ?>
|
<?php foreach ($extra_folders as $folder) { ?>
|
||||||
<blockquote style="border: 0px solid red; margin: 0 0 5px 10px;">
|
<blockquote style="border: 0px solid red; margin: 0 0 5px 10px;">
|
||||||
<img src="<?php print ICON_EMPTY; ?>" width="12" height="12" alt="" /> <input type="checkbox" id="extra_folder_<?php print $folder['id']; ?>" name="extra_folder_<?php print $folder['id']; ?>" /> <span style="color: blue; font-weight: bold;" onmouseover="javascript: copy_message_to_folder('<?php print $folder['id']; ?>', current_message_id, '<?php print $text_copied; ?>'); return false;"><?php print $folder['name']; ?>
|
<img src="<?php print ICON_EMPTY; ?>" width="12" height="12" alt="" /> <input type="checkbox" id="extra_folder_<?php print $folder['id']; ?>" name="extra_folder_<?php print $folder['id']; ?>" /> <input type="text" ondrop="javascript: copy_message_to_folder('<?php print $folder['id']; ?>', current_message_id, '<?php print $text_copied; ?>'); return false;" class="extra_folder" value="<?php print $folder['name']; ?>" />
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user