Changeset 654

Show
Ignore:
Timestamp:
05/21/08 20:51:26 (4 months ago)
Author:
wdickinson
Message:

Improved conditionals on the iMT delete confirmation page.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/iMT/plugins/iMT/tmpl/delete_confirm.tmpl

    r316 r654  
    2323        <div class="warning-message message"> 
    2424            <div class="message-content"> 
    25                 <p
    26                     <TMPL_IF NAME=TYPE_COMMENT><MT_TRANS phrase="You've indicated that you would like to delete the comment(s):"></TMPL_IF> 
    27                     <TMPL_IF NAME=TYPE_PING><MT_TRANS phrase="You've indicated that you would like to delete the ping(s):"></TMPL_IF> 
    28                     <TMPL_IF NAME=TYPE_PING_CAT><MT_TRANS phrase="You've indicated that you would like to delete the ping(s):"></TMPL_IF> 
    29                     <TMPL_IF NAME=TYPE_ENTRY><MT_TRANS phrase="You've indicated that you would like to delete the post/posts:"></TMPL_IF> 
    30                     <TMPL_IF NAME=TYPE_TEMPLATE><MT_TRANS phrase="You've indicated that you would like to delete the template(s):"></TMPL_IF> 
    31                     <TMPL_IF NAME=TYPE_TEMPLATESET><MT_TRANS phrase="You've indicated that you would like to delete the template set(s):"></TMPL_IF> 
    32                     <TMPL_IF NAME=TYPE_CATEGORY><MT_TRANS phrase="You've indicated that you would like to delete the following category/categories. When you delete a category, all entries assigned to that category will be unassigned from that category."></TMPL_IF> 
    33                     <TMPL_IF NAME=TYPE_TEMPLATEMAP><MT_TRANS phrase="You've indicated that you would like to delete the following template(s) from the particular archive type(s):"></TMPL_IF> 
    34                     <TMPL_IF NAME=TYPE_PERMISSION><MT_TRANS phrase="You've indicated that you would like to delete the following author(s) from your weblog:"></TMPL_IF> 
    35                     <TMPL_IF NAME=TYPE_INVITE><MT_TRANS phrase="You've indicated that you would like to delete the following invitation(s):"></TMPL_IF> 
    36                     <TMPL_IF NAME=TYPE_BLOG><MT_TRANS phrase="You've indicated that you would like to delete the following weblog(s). When you delete a weblog, all of the entries, comments, and author permissions are deleted along with the weblog itself, along with the published archives."></TMPL_IF
    37                 </p
    38                 <ul
    39                     <TMPL_LOOP NAME=NAMES
    40                         <TMPL_IF NAME=NAME
    41                             <li><TMPL_VAR NAME=NAME ESCAPE=HTML></li
    42                         </TMPL_IF
    43                     </TMPL_LOOP
    44                 </ul
     25                <TMPL_IF NAME=TYPE_COMMENT><p><MT_TRANS phrase="You've indicated that you would like to delete the comment(s):"></p></TMPL_IF
     26                <TMPL_IF NAME=TYPE_PING><p><MT_TRANS phrase="You've indicated that you would like to delete the ping(s):"></p></TMPL_IF> 
     27                <TMPL_IF NAME=TYPE_PING_CAT><p><MT_TRANS phrase="You've indicated that you would like to delete the ping(s):"></p></TMPL_IF> 
     28                <TMPL_IF NAME=TYPE_ENTRY><p><MT_TRANS phrase="You've indicated that you would like to delete the post/posts:"></p></TMPL_IF> 
     29                <TMPL_IF NAME=TYPE_TEMPLATE><p><MT_TRANS phrase="You've indicated that you would like to delete the template(s):"></p></TMPL_IF> 
     30                <TMPL_IF NAME=TYPE_TEMPLATESET><p><MT_TRANS phrase="You've indicated that you would like to delete the template set(s):"></p></TMPL_IF> 
     31                <TMPL_IF NAME=TYPE_CATEGORY><p><MT_TRANS phrase="You've indicated that you would like to delete the following category/categories. When you delete a category, all entries assigned to that category will be unassigned from that category."></p></TMPL_IF> 
     32                <TMPL_IF NAME=TYPE_TEMPLATEMAP><p><MT_TRANS phrase="You've indicated that you would like to delete the following template(s) from the particular archive type(s):"></p></TMPL_IF> 
     33                <TMPL_IF NAME=TYPE_PERMISSION><p><MT_TRANS phrase="You've indicated that you would like to delete the following author(s) from your weblog:"></p></TMPL_IF> 
     34                <TMPL_IF NAME=TYPE_INVITE><p><MT_TRANS phrase="You've indicated that you would like to delete the following invitation(s):"></p></TMPL_IF> 
     35                <TMPL_IF NAME=TYPE_BLOG><p><MT_TRANS phrase="You've indicated that you would like to delete the following weblog(s). When you delete a weblog, all of the entries, comments, and author permissions are deleted along with the weblog itself, along with the published archives."></p></TMPL_IF> 
     36                <TMPL_IF NAME=NAMES
     37                    <ul
     38                        <TMPL_LOOP NAME=NAMES
     39                            <TMPL_IF NAME=NAME
     40                                <li><TMPL_VAR NAME=NAME ESCAPE=HTML></li
     41                            </TMPL_IF
     42                        </TMPL_LOOP
     43                    </ul
     44                </TMPL_IF
    4545                <p> 
    4646                    <MT_TRANS phrase="This change can not be undone.">