Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1247386
editcategory_relations.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 21, 3:37 PM
Size
933 B
Mime Type
text/x-php
Expires
Sun, Nov 23, 3:37 PM (1 d, 9 h)
Engine
blob
Format
Raw Data
Handle
797549
Attached To
rINP In-Portal
editcategory_relations.php
View Options
<?php
print
<<<END
<script language="javascript1.2">
<!--
//function called when a listview item is double clicked
function handleDoubleClick()
{
PermChecks.check_submit('addrelation', '');
}
//function called to create the right click popup menu
function initContextMenu()
{
window.contextMenu = new Menu("Context");
contextMenu.addMenuItem(lang_Edit,"PermChecks.check_submit('addrelation', '');","");
contextMenu.addMenuItem(lang_Delete,"PermChecks.check_submit('addcategory_relations', 'm_rel_delete');","");
contextMenu.addMenuSeparator();
contextMenu.addMenuItem(lang_MoveUp,"PermChecks.check_submit('addcategory_relations', 'm_rel_move_up');","");
contextMenu.addMenuItem(lang_MoveDn,"PermChecks.check_submit('addcategory_relations', 'm_rel_move_down');","");
window.triedToWriteMenus = false;
window.contextMenu.writeMenus();
return true;
}
//-->
</script>
END;
?>
Event Timeline
Log In to Comment