(Original Author) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ ?>
renderElement('developers/sidebar', array('addons' => $all_addons, 'extra' => 'developers/editbox'));?>
renderElement('developers/addonheader', array('title' => "Edit {$addon_name}", 'addon_id' => $addon_id));?> Your changes have been saved.
Please note that some changes may take several hours to appear in all areas of the website.
'; } ?>

Edit Add-on Descriptions

renderElement('noscript')?> renderElement('developers/rolecheck')?>
hiddenSession();?> translationBox = array( 'defaultLocale' => $addon['Addon']['defaultlocale'], 'languages' => $languages, 'table' => 'Addon', 'loaded' => false ); // Summary echo $this->renderElement('developers/translationbox', array( 'field' => 'summary', 'translations' => $translations['summary'], 'height' => '60', 'maxLength' => '250', 'displayName' => 'Add-on Summary', 'description' => 'The summary is a short explanation of your add-on\'s basic functionality that is displayed in search and browse listings, as well as at the top of your add-on\'s display page. Limit of 250 characters.' )); // Description echo $this->renderElement('developers/translationbox', array( 'field' => 'description', 'translations' => $translations['description'], 'displayName' => 'Add-on Description', 'description' => 'The description of your add-on is a longer explanation of features, functionality, and other relevant information. It is displayed under the summary on the add-on\'s display page.' )); // Developer Comments echo $this->renderElement('developers/translationbox', array( 'field' => 'developercomments', 'translations' => $translations['developercomments'], 'displayName' => 'Developer Comments', 'description' => 'Any information end users may want to know that isn\'t necessarily applicable to the add-on summary or description. Common uses include listing known major bugs, information on how to report bugs, anticipated release date of a new version, etc.' )); // EULA echo $this->renderElement('developers/translationbox', array( 'field' => 'eula', 'translations' => $translations['eula'], 'height' => '200', 'displayName' => 'End-User License Agreement', 'description' => 'If your add-on has an End-User License Agreement (EULA), please enter its text below. If set below, users will be required to agree to this before installing your add-on. Please note that a EULA is not the same as a code license such as GPL or MPL.' )); // Privacy Policy echo $this->renderElement('developers/translationbox', array( 'field' => 'privacypolicy', 'translations' => $translations['privacypolicy'], 'height' => '200', 'displayName' => 'Privacy Policy', 'description' => 'If your add-on has a privacy policy, enter its text here. Your add-on\'s display page will display a link to the policy.' )); ?>