Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1375679
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
Sun, Feb 1, 12:12 PM
Size
933 B
Mime Type
text/x-php
Expires
Tue, Feb 3, 12:12 PM (15 h, 19 m)
Engine
blob
Format
Raw Data
Handle
884430
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