Файл: templates/web/add_attachment_body.tpl
Строк: 20
<!-- BEGIN attach_on -->
<div
class="row1">
{RULES}{L_ADD_ATTACH_TITLE}:<br/>
<span
class="genmed">{L_ADD_ATTACH_EXPLAIN}</span>
<div
class="row1">{L_FILE_NAME}<br/>
<input
type="file" name="fileupload" style="width:
235px;"/><input class="subbutton"
type="submit" name="add_attachment"
value="{L_ADD_ATTACHMENT}"/>
</div>
<div
class="row1">
Импортировать
файл:<br/>
<input type="text"
name="httpurl" style="width: 235px;"
value="http://" /><input class="subbutton"
type="submit" name="add_attachment"
value="{L_ADD_ATTACHMENT}"/>
</div>
{L_FILE_COMMENT}<br/>
<textarea
name="filecomment" rows="2"
cols="50">{FILE_COMMENT}</textarea>
</div>
<!--
END attach_on -->