Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1244084
phrase_editor.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
Thu, Nov 20, 10:09 PM
Size
793 B
Mime Type
text/x-php
Expires
Sat, Nov 22, 10:09 PM (1 d, 5 h)
Engine
blob
Format
Raw Data
Handle
797979
Attached To
rINP In-Portal
phrase_editor.php
View Options
<?php
global
$rootURL
,
$objConfig
,
$adminURL
;
$destform
=
$_GET
[
"destform"
];
if
(
!
isset
(
$errormsg
)
)
$errormsg
=
''
;
print
<<<END
<script language="JavaScript1.2" src="$adminURL/include/fw_menu.js"></script>
<script language="JavaScript1.2" src="$adminURL/include/checkarray.js"></script>
<script language="Javascript">
<!--
var ErrorMsg = '$errormsg';
function LangSubmit()
{
f = document.getElementById('frmPhrase');
if(f)
{
if(DataIsValid(f))
{
f.submit();
}
else
alert(ErrorMsg)
}
}
function LangSubmitMove(url, nextId)
{
f = document.getElementById('frmPhrase');
if(f)
{
if(DataIsValid(f))
{
f.action = url + '&PhraseId=' + nextId;
f.submit();
}
else
alert(ErrorMsg)
}
}
//-->
</script>
END;
?>
Event Timeline
Log In to Comment