Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1224985
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
Sat, Nov 15, 1:23 AM
Size
933 B
Mime Type
text/x-php
Expires
Mon, Nov 17, 1:23 AM (13 m, 20 s)
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