Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1224918
cat_imageedit.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 14, 11:08 PM
Size
434 B
Mime Type
text/x-php
Expires
Sun, Nov 16, 11:08 PM (12 m, 58 s)
Engine
blob
Format
Raw Data
Handle
801667
Attached To
rINP In-Portal
cat_imageedit.php
View Options
<?php
print
<<<END
<script language="javascript1.2">
<!--
function SetFieldEnable(el,TargetFieldId)
{
t = document.getElementById(TargetFieldId);
if(el.checked)
{
t.disabled = true;
}
else
t.disabled = false;
}
function enableFullImage(el)
{
SetFieldEnable(el,'imgFullFile');
SetFieldEnable(el,'imgFullUrl');
SetFieldEnable(el,'full1');
SetFieldEnable(el,'full2');
}
//-->
</script>
END;
?>
Event Timeline
Log In to Comment