Changeset 1114 for trunk/template


Ignore:
Timestamp:
Mar 30, 2006, 4:08:53 AM (18 years ago)
Author:
rvelices
Message:

NBM: check/uncheck all completely done by Javascript

NBM: add function make_index_absolute_url

NBM: add function get_user_notifications and simplified code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/notification_by_mail.tpl

    • Property svn:eol-style set to native
    • Property svn:keywords set to Author Date Id Revision
    r1105 r1114  
    88  <h3>
    99    <p style="text-align:center;">
    10       <a href="{header_link.PARAM_MODE}">{lang:nbm_param_mode}</a> | 
    11       <a href="{header_link.SUBSCRIBE_MODE}">{lang:nbm_subscribe_mode}</a> | 
     10      <a href="{header_link.PARAM_MODE}">{lang:nbm_param_mode}</a> |
     11      <a href="{header_link.SUBSCRIBE_MODE}">{lang:nbm_subscribe_mode}</a> |
    1212      <a href="{header_link.SEND_MODE}">{lang:nbm_send_mode}</a>
    1313    </p>
     
    1616</div>
    1717
    18 <form method="post" name="notification_by_mail" action="{F_ACTION}">
     18<form method="post" name="notification_by_mail" id="notification_by_mail" action="{F_ACTION}">
    1919
    2020  <!-- BEGIN param -->
     
    8484        <!-- END user_send_mail -->
    8585      </table>
    86   <!--
    8786      <p>
    88           <a href="{send.send_data.URL_CHECK_ALL}">{lang:nbm_send_check_all}</a>
    89         / <a href="{send.send_data.URL_UNCHECK_ALL}">{lang:nbm_send_uncheck_all}</a>
    90       </p>
    91   -->
    92       <p>
    93         <input type="submit" value="{lang:nbm_send_check_all}" name="send_check_all"/>
     87        <input type="button" value="{lang:nbm_send_check_all}" onclick="SelectAll(document.getElementById('notification_by_mail'))"/>
    9488        /
    95         <input type="submit" value="{lang:nbm_send_uncheck_all}" name="send_uncheck_all"/>
     89        <input type="button" value="{lang:nbm_send_uncheck_all}" onclick="DeselectAll(document.getElementById('notification_by_mail'))"/>
    9690      </p>
    9791    </fieldset>
Note: See TracChangeset for help on using the changeset viewer.