4 * Copyright (c) 2003-2008 John Willinsky
5 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
11 <form name="editSponsorForm" id="editSponsorForm" method="post" action="{url op='updateSponsor'}">
12 {include file="common/formErrors.tpl"}
14 <h3>1.5 {translate key="manager.setup.sponsors"}</h3>
16 <p>{translate key="manager.setup.sponsorsDescription"}</p>
18 <table width="100%" class="data">
20 <td width="20%" class="label">{fieldLabel name="sponsors-institution" key="manager.setup.institution"}</td>
21 <td width="80%" class="value"><input type="text" name="sponsors-institution" id="sponsors-institution" size="40" maxlength="90" class="textField" /></td>
24 <td width="20%" class="label">{fieldLabel name="sponsors-url" key="common.url"}</td>
25 <td width="80%" class="value"><input type="text" name="sponsors-url" id="sponsors-url" size="40" maxlength="255" class="textField" /></td>
29 <p><input type="submit" name="addSponsor" value="{translate key="manager.setup.addSponsor"}" class="button" /></p>
30 <p><span class="formRequired">{translate key="common.requiredField"}</span></p>