Additional Info |
---|
Type
|
Package ID
yodaofdarkness:ajaxpersonal
|
First Created
August 14, 2008, 06:41:26 AM
|
Last Updated
March 23, 2009, 12:46:50 AM
|
» <span style="font-size: 80%; padding: 3px;" id="update_personal_text">', !empty($context['user']['personal_text']) ? $context['user']['personal_text'] : $txt['ajax_personal_text_none'], '</span>
<script language="JavaScript" type="text/javascript"><!-- // -->
// Ajaxify that personal text!
if (typeof(window.XMLHttpRequest) != "undefined")
{
aPersonalText[0] = new PersonalText({
sBackReference: "aPersonalText[0]",
sScriptUrl: "', $scripturl, '",
sLabelPersonalText: "', $txt['personal_text'], '",
sLabelSubmitText: "', $txt['submit'], '",
sLabelCancelText: "', $txt['cancel'], '",
sBoxBackground: "transparent",
sBoxBackgroundHover: "#ffffff",
iBoxBorderWidthHover: 1,
sBoxBorderColorHover: "#adadad" ,
sItemBorder: "1px solid #ffffff",
sItemBorderHover: "1px dotted gray",
sItemBackground: "transparent",
sItemBackgroundHover: "#e0e0f0"
});
}
</script>