~jdong/+junk/znc

« back to all changes in this revision

Viewing changes to modules/webadmin/skins/default/Channel.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2008-12-06 23:28:22 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20081206232822-6n1lkcot8o78bk9f
Tags: 0.062-2
* Add missing ${misc:Depends}. Thanks lintian.
* Fix debian/watch, so that it does not take the new znc-extra tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<? INC Header.tmpl ?>
2
2
 
3
 
<form action="<? IF Edit ?>/editchan<? ELSE ?>/addchan<? ENDIF ?>" method="post">
 
3
<form action="<? IF Edit ?>editchan<? ELSE ?>addchan<? ENDIF ?>" method="post">
4
4
        <div class="section">
5
5
                <input type="hidden" name="submitted" value="1" />
6
6
                <input type="hidden" name="user" value="<? VAR User ESC=HTML ?>" />