RM 1.2 How to remove Additional Information URL in XFRM

Dadparvar

Well-known member
Hi,

There is an option to control "specification of alternative support URL".

But, how to control "Additional Information URL"? How to remove it?

Regards,
Hamed
 
Found. I edited "resource_add" template and commented this:
Code:
<dl class="ctrlUnit">
            <dt><label for="ctrl_external_url">{xen:phrase additional_information_url}:</label></dt>
            <dd>
                <input type="url" name="external_url" value="{$resource.external_url}" class="textCtrl" id="ctrl_external_url" maxlength="500" />
                <p class="explain">{xen:phrase if_have_web_page_containing_demo_etc}</p>
</dd>
 
Top Bottom