plugins/tpl/templates/admin/template_editor/add_stpl_form.stpl

Summary

Maintainability
Test Coverage
<div align="center">
<form method="post" action="{form_action}">
    <b>{t(STPL name)}</b>:<input type="text" name="name" value="" />&nbsp;
    <input type="submit" value="{t(Add STPL)}" />
</form>
</div>