~vanhoof/+junk/znc

« back to all changes in this revision

Viewing changes to modules/webadmin/tmpl/add_edit_chan.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2011-02-06 17:41:38 UTC
  • mfrom: (21.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110206174138-ush4l5mkr4wg738n
Tags: 0.096-2
* Merge 0.092-3~bpo50+1 changelog.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
                </div>
52
52
        </div>
53
53
 
 
54
        <? LOOP EmbeddedModuleLoop ?>
 
55
                <? IF Embed ?>
 
56
                <div class="section">
 
57
                        <h3>Module <? VAR ModName ?></h3>
 
58
                        <? INC *Embed ?>
 
59
                </div>
 
60
                <? ENDIF ?>
 
61
        <? ENDLOOP ?>
 
62
 
54
63
        <div class="submitline">
55
64
                <input type="submit" value="<? IF Edit ?>Save<? ELSE ?>Add Channel<? ENDIF ?>" />
56
65
        </div>