mcp_post.htmlDr.Kappas wrote:Very nice mod, but i need changes for a Subsilver2 based style
Thanks...
Find
Code: Select all
<!-- IF S_CAN_CHGPOSTER -->
Code: Select all
<!-- IF S_CAN_CHGPOSTTIME -->
<tr>
<td class="row1" valign="top"><b class="gen">{L_CHANGE_POST_TIME}</b></td>
<td class="row2">
<form method="post" id="mcp_chgposttime" action="{U_POST_ACTION}">
<input type="text" size="2" maxlength="2" name="month" value="" /> -
<input type="text" size="2" maxlength="2" name="day" value="" /> -
<input type="text" size="4" maxlength="4" name="year" value="" /><span><strong>{L_CHANGE_POST_TIME_DATE}</strong></span><br />
<input type="text" size="2" maxlength="2" name="hour" value="" /> :
<input type="text" size="2" maxlength="2" name="minute" value="" /><span><strong>{L_CHANGE_POST_TIME_TIME}</strong></span><br />
<input type="submit" class="btnmain" name="action[chgposttime]" value="{L_SUBMIT}" />
<br />
</form>
</td>
</tr>
<!-- ENDIF -->