~ubuntu-branches/debian/squeeze/movabletype-opensource/squeeze

« back to all changes in this revision

Viewing changes to tmpl/cms/dialog/entry_notify.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2008-06-13 23:28:40 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080613232840-ya4jfxv1jgl45a3d
Tags: 4.2~rc2-1
* New upstream release candidate
* Update Standards-Version (no changes)
* Ensure that schema upgrade message is always seen

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<mt:setvar name="page_title" value="<__trans phrase="Send a Notification">">
2
2
<mt:setvarblock name="html_head" append="1">
3
3
<script type="text/javascript">
4
 
<!--
 
4
/* <![CDATA[ */
5
5
function doValidateNotifyRecips(f) {
6
6
    if (f.send_notify_list && f.send_notify_list.checked)
7
7
        return true
13
13
 
14
14
    return true;
15
15
}
16
 
// -->
 
16
/* ]]> */
17
17
</script>
18
18
</mt:setvarblock>
19
19
<mt:include name="dialog/header.tmpl">
32
32
        show_hint="1"
33
33
        hint="<__trans phrase="Enter email addresses on separate lines, or comma separated.">">
34
34
        <ul>
 
35
<mt:if name="config.enableaddressbook">
35
36
            <li><input type="checkbox" name="send_notify_list" id="send_notify_list" value="1" class="cb" checked="checked" /> <label for="send_notify_list"><__trans phrase="All addresses from Address Book"></label></li>
 
37
</mt:if>
36
38
            <li><textarea name="send_notify_emails" class="full-width lines-4" id="send_notify_emails" cols="" rows="3"></textarea></li>
37
39
        </ul>
38
40
    </mtapp:setting>