• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Master Template Warning

Mutt

Well-known member
I often accidentally edit a master template instead of the default template. as you know, this is an issue because now you can't revert back to the original. To avoid it from happening, I made this small admin template edit. (this is so minor, I'm not even sure why i'm posting it. I didn't even bother w/ a phrase or CSS.)

NOTE: you need to be in debug mode to edit admin templates

in Admin Template / template_edit

just above
Code:
<xen:require css="template_edit.css" />

add
Code:
<xen:if is="{$template.style_id} == 0"><font size="5" color="red"><b>WARNING: THIS IS A MASTER TEMPLATE!!</b></font></xen:if>

Screenshot_4.webp
 
Top Bottom