"> <$mt:setvar name="position_actions_bottom" value="1"$> <__trans phrase="Your changes have been saved."> "> <$mtapp:PageActions$>
" onsubmit="return validate(this)"> " /> " /> " /> " /> " /> " /> "> " /> " hint="<__trans phrase="This is the basename assigned to your category.">" help_page="categories" help_section="category_basename"> " /> ">

<__trans phrase="Inbound TrackBacks">

" hint="<__trans phrase="If enabled, TrackBacks will be accepted for this category from any source.">" help_page="categories" help_section="accept_category_pings"> checked="checked" class="cb" /> ">
blocknone"> " hint="<__trans phrase="_USAGE_CATEGORY_PING_URL">"> " class="text readonly" /> " hint="<__trans phrase="Optional">" help_page="categories" help_section="trackback_passphrase_protection"> " />

<__trans phrase="Outbound TrackBacks">

" hint="<__trans phrase="Enter the URL(s) of the websites that you would like to send a TrackBack to each time you create an entry in this category. (Separate URLs with a carriage return.)">" help_page="categories" help_section="categories_urls_to_ping">
jQuery.mtValidateRules['.label'] = function ($e) { if ( !$e.val().length ) return this.raise('Label is required.'); return hasDupe(parent, id, $e.val()) ? this.raise('Duplicated label on this level.') : true; }; jQuery.mtValidateRules['.basename'] = function ($e) { if ( !$e.val().length ) return this.raise('Basename is required.'); if ( $e.val().match(/[^\w\-]/) ) return this.raise('Invalid Basename.'); return hasDupe(parent, id, null, $e.val()) ? this.raise('Duplicated basename on this level.') : true; };