phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] news_admin/templates/default newsletter_creator.tpl,


From: skwashd
Subject: [Phpgroupware-cvs] news_admin/templates/default newsletter_creator.tpl, 1.1
Date: Thu, 11 Aug 2005 13:49:00 +0200

Update of news_admin/templates/default

Added Files:
     Branch: MAIN
            newsletter_creator.tpl 

Log Message:
adding missing files

====================================================
Index: newsletter_creator.tpl
<p class="errors">{messages}</p>
<div id="news_nlbuild">
        <form name="preview" method="POST" action="{form_action}">
                <!--
                <div id="news_nlb_tabs">
                        <ul class="tabs">
                                <li id="nlb_tab1">{lang_message}</li>
                                <li id="nlb_tab2">{lang_articles}</li>
                                <li id="nlb_tab3">{lang_preview}</li>
                        </ul>
                </div>
                -->
                <div id="nlb_content1">
                        <label for="subject">{lang_subject}:</label>
                        <input type="text" id="subject" name="subject">
                        <br>

                        <label 
for="bcc_recipients_text">{lang_bcc_recipients}:</label>
                        <input type="text" name="bcc_recepients_text" 
id="bcc_recipients_text">
                        <input type="button" value="{lang_add}" 
onClick="addRecipient()" class="small">
                        <br>

                        <select id="bcc_recipients" name="bcc_recipients" 
size="5"></select>
                        <input type="button" name="remove" 
value="{lang_remove}" onClick="('alright, alright!');" class="small"><br>
                </div>

                <div id="nlb_content2">
                        <table>
                                <col class="check">
                                <col class="title">
                                <col class="author">
                                <col class="news_teaser">
                                <thead>
                                        <tr>
                                                <th class="check">&nbsp;</th>
                                                <th 
class="title">{lang_title}</th>
                                                <th 
class="author">{lang_author}</th>
                                                <th 
class="news_teaser">&nbsp;</th>
                                        </tr>
                                </thead>
                                <tbody>
                                        <!-- BEGIN article -->
                                        <tr class="{css_row}">
                                                <td class="check"><input 
type="checkbox" id="check_{id}" name="check_{id}" value="1" 
onClick="toggleStory({id})"></td>
                                                <td class="title" 
id="title_{id}">{subject}</td>
                                                <td class="author">{author}</td>
                                                <td id="teaser_{id}" 
class="news_teaser">{teaser}</td>
                                        </tr>
                                        <!-- END article -->
                                </tbody>
                        </table>
                </div>

                <div id="nlb_content3">
                        <textarea id="nl_content" name="nl_content">
                                {nl_content}
                        </textarea>

                        <div class="buttons">
                                <button type="button" name="help" id="help" 
onClick="window.open('{href_help}'); return false;">
                                        <img src="{img_help}" 
alt="{lang_help}">{lang_help}</button>
                                <button type="button" name="cancel" id="cancel" 
onClick="(confirm('{lang_all_changes_will_be_lost}') ? window.location = 
'{href_cancel}' : false)">
                                        <img src="{img_cancel}" 
alt="{lang_cancel}"> {lang_cancel}</button>
                                <button type="submit" name="send" id="send" 
value="1">
                                        <img src="{img_send}" 
alt="{lang_send}">{lang_send}</button>
                        </div>
                </div>
        </form>
</div>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]