Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / modules / template / pntemplates [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 28 Jul 2002 13:24:15 | postnuke_official/html/modules/template/pntemplates | admin-modifyconfig.pnd,1.1,1.2 | Mike |
| templatize modifyconfig | |||
Update of /home/cvsroot/postnuke_official/html/modules/template/pntemplates
In directory ns7.hostnuke.net:/tmp/cvs-serv1019/pntemplates
Modified Files:
admin-modifyconfig.pnd
Log Message:
templatize modifyconfig
Index: admin-modifyconfig.pnd
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/template/pntemplates/admin-modifyconfig.pnd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** admin-modifyconfig.pnd 8 Jul 2002 07:01:23 -0000 1.1
--- admin-modifyconfig.pnd 28 Jul 2002 13:24:13 -0000 1.2
***************
*** 1,26 ****
! <table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="pn-color"><tr><td>
! <table width="100%" border="0" cellspacing="1" cellpadding="8" bgcolor="pn-color"><tr><td>
!
! // Start form - note the use of pnModURL() to create the recipient URL of
// this form. All URLs should be generated through pnModURL() to ensure
// compatibility with future versions of PostNuke
! <form action="pnModURL('template', 'admin', 'updateconfig')" method="post">
!
! // Add an authorisation ID - this adds a hidden field in the form that
// contains an authorisation ID. The authorisation ID is very important in
// preventing certain attacks on the website
! <input type="hidden" name="authid" value="pnSecGenAuthKey()" />
! <tr><td>pnVarPrepForDisplay(_TEMPLATEDISPLAYBOLD)</td>
! <td><input type="checkbox" name="bold" value="pnModGetVar('template', 'bold')"></td></tr>
! <br /><br />
! <tr><td>pnVarPrepForDisplay(_TEMPLATEITEMSPERPAGE)</td>
! <td><input type="text" name="itemsperpage" size=3 maxlength=3 value="pnModGetVar('template', 'itemsperpage')"></td></tr>
! <br /><br />
! <input type="submit" value="_TEMPLATEUPDATE">
</form>
- </td></tr></table>
- </td></tr></table><br />
\ No newline at end of file
--- 1,40 ----
! <table width="100%" border="0" cellspacing="1" cellpadding="8">
! <tr>
! <th colspan="3" align="center">Template Administration</th>
! </tr>
! <tr>
! <!-- TODO : waiting for pnt:ml* stuff to work again -->
! <td><a href="&pnt-modurl-template-admin-new;"><?php echo _NEWTEMPLATE ?></a></td>
! <td><a href="&pnt-modurl-template-admin-view;"><?php echo _VIEWTEMPLATE ?></a></td>
! <td><a href="&pnt-modurl-template-admin-modifyconfig;"><?php echo _EDITTEMPLATECONFIG ?></a></td>
! </tr>
! </table>
! <br />
!
! <table width="100%" border="0" cellspacing="1" cellpadding="8">
! <!--
! // Start form - note the use of pnModURL() to create the recipient URL of
// this form. All URLs should be generated through pnModURL() to ensure
// compatibility with future versions of PostNuke
! -->
! <form method="post" action="&pnt-modurl-template-admin-updateconfig;">
! <!--
! // Add an authorisation ID - this adds a hidden field in the form that
// contains an authorisation ID. The authorisation ID is very important in
// preventing certain attacks on the website
! -->
! <input type="hidden" name="authid" value="&pnt-var-authid;" />
! <tr><td>&pnt-var-boldlabel;</td>
! <td><input type="checkbox" name="bold" value="1" &pnt-var-boldchecked;></td></tr>
! <tr><td>&pnt-var-itemslabel;</td>
! <td><input type="text" name="itemsperpage" size=3 maxlength=3 value="&pnt-var-itemsvalue;"></td></tr>
!
! <tr><td colspan="2" align="center">
! <input type="submit" value="&pnt-var-updatebutton;"></td></tr>
</form>
+ </table>
+ <br />
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |