Update of /cvsroot/popfile/engine/skins/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28420/skins/default
Added Files:
nntp-configuration.thtml
Removed Files:
nntp-force-fork.thtml nntp-port.thtml
nntp-security-local.thtml nntp-separator.thtml
Log Message:
Merge the four nntp configuration templates into one handy template file.
--- NEW FILE: nntp-configuration.thtml ---
<form action="/administration" method="post">
<label class="configurationLabel" for="configNNTPPort">
<TMPL_VAR NAME="Localize_Configuration_NNTPPort">:
</label>
<br />
<input name="nntp_port" type="text" id="configNNTPPort" value="<TMPL_VAR NAME="nntp_port">" />
<input type="submit" class="submit" name="update_nntp_port" value="<TMPL_VAR NAME="Localize_Apply">" />
</form>
<label class="configurationLabel" for="nntpForceFork">
<TMPL_VAR NAME="Localize_Configuration_NNTPFork">:
</label>
<br />
<table border="0" cellpadding="0" cellspacing="0" summary="">
<tr>
<td nowrap="nowrap">
<form action="<TMPL_VAR NAME="Configuration_Action">" method="post">
<TMPL_IF NAME="nntp_force_fork_on">
<span class="securityWidgetStateOn">
<TMPL_VAR NAME="Localize_Yes">
</span>
<input type="submit" class="toggleOff" id="nntpForceFork" name="toggle" value="<TMPL_VAR NAME="Localize_ChangeToNo">" />
<input type="hidden" name="nntp_force_fork" value="0" />
<TMPL_ELSE>
<span class="securityWidgetStateOff">
<TMPL_VAR NAME="Localize_No">
</span>
<input type="submit" class="toggleOn" id="nntpForceFork" name="toggle" value="<TMPL_VAR NAME="Localize_ChangeToYes">" />
<input type="hidden" name="nntp_force_fork" value="1" />
</TMPL_IF>
</form>
</td>
</tr>
</table>
<form action="<TMPL_VAR NAME="Configuration_Action">" method="post">
<label class="configurationLabel" for="configNntpSeparator">
<TMPL_VAR NAME="Localize_Configuration_NNTPSeparator">:
</label>
<br />
<input name="nntp_separator" id="configNntpSeparator" type="text" value="<TMPL_VAR NAME="nntp_separator">" />
<input type="submit" class="submit" name="update_nntp_separator" value="<TMPL_VAR NAME="Localize_Apply">" />
</form>
<form class="securitySwitch" action="<TMPL_VAR NAME="Configuration_Action">" method="post">
<div class="securityLabel">
<TMPL_VAR NAME="Localize_Security_NNTP">:
</div>
<TMPL_IF NAME="nntp_if_local">
<span class="securityWidgetStateOff">
<TMPL_VAR NAME="Localize_Security_NoStealthMode">
</span>
<input type="submit" class="toggleOn" id="securityAcceptNNTPOn" name="toggle" value="<TMPL_VAR NAME="Localize_ChangeToYes">" />
<input type="hidden" name="nntp_local" value="0" />
<TMPL_ELSE>
<span class="securityWidgetStateOn">
<TMPL_VAR NAME="Localize_Yes">
</span>
<input type="submit" class="toggleOff" id="securitycceptNNTPOff" name="toggle" value="<TMPL_VAR NAME="Localize_ChangeToNo"> <TMPL_VAR NAME="Localize_Security_StealthMode">" />
<input type="hidden" name="nntp_local" value="1" />
</TMPL_IF>
</form>
--- nntp-security-local.thtml DELETED ---
--- nntp-port.thtml DELETED ---
--- nntp-separator.thtml DELETED ---
--- nntp-force-fork.thtml DELETED ---
|