Ignore:
Timestamp:
May 22, 2011, 12:23:03 PM (13 years ago)
Author:
mistic100
Message:

code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/bbcode_bar/template/bbcode_bar_admin.tpl

    r9965 r10983  
    11{html_head}
    22{literal}
    3         <style type="text/css">
    4                 form.properties span.property {
    5                         width:60%;
    6                 }
    7         </style>
     3<style type="text/css">
     4  form.properties span.property {
     5    width:60%;
     6  }
     7</style>
    88{/literal}
    99{/html_head}
    1010
    1111<div class="titrePage">
    12         <h2>BBCode Bar</h2>
     12  <h2>BBCode Bar</h2>
    1313</div>
    1414
    1515<form method="post" action="" class="properties" ENCTYPE="multipart/form-data">
    16         <fieldset>
    17                 <legend>{'Parameters'|@translate}</legend>
    18                 <ul>
    19                         <li>
    20                                 <label><span class="property">{'b_help'|@translate}</span>
    21                                 <input type="checkbox" name="b" {$B_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/bold.png"></label>
    22                         </li>
    23                         <li>
    24                                 <label><span class="property">{'i_help'|@translate}</span>
    25                                 <input type="checkbox" name="i" {$I_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/italic.png"></label>
    26                         </li>
    27                         <li>
    28                                 <label><span class="property">{'u_help'|@translate}</span>
    29                                 <input type="checkbox" name="u" {$U_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/underline.png"></label>
    30                         </li>                   
    31                         <li>
    32                                 <label><span class="property">{'s_help'|@translate}</span>
    33                                 <input type="checkbox" name="s" {$S_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/stroke.png"></label>
    34                         </li>
    35                         <li>
    36                                 <label><span class="property">{'p_help'|@translate}</span>
    37                                 <input type="checkbox" name="p" {$P_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/p.png"></label>
    38                         </li>
    39                         <li>
    40                                 <label><span class="property">{'center_help'|@translate}</span>
    41                                 <input type="checkbox" name="center" {$CENTER_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/center.png"></label>
    42                         </li>
    43                         <li>
    44                                 <label><span class="property">{'right_help'|@translate}</span>
    45                                 <input type="checkbox" name="right" {$RIGHT_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/right.png"></label>
    46                         </li>
    47                         <li>
    48                                 <label><span class="property">{'quote_help'|@translate}</span>
    49                                 <input type="checkbox" name="quote" {$QUOTE_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/quote.png"></label>
    50                         </li>
    51                         <li>
    52                                 <label><span class="property">{'ul_help'|@translate}</span>
    53                                 <input type="checkbox" name="ul" {$UL_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/list-bullet.png"></label>
    54                         </li>
    55                         <li>
    56                                 <label><span class="property">{'ol_help'|@translate}</span>
    57                                 <input type="checkbox" name="ol" {$OL_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/list-numeric.png"></label>
    58                         </li>
    59                         <li>
    60                                 <label><span class="property">{'img_help'|@translate}</span>
    61                                 <input type="checkbox" name="img" {$IMG_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/picture.png"></label>
    62                         </li>
    63                         <li>
    64                                 <label><span class="property">{'url_help'|@translate}</span>
    65                                 <input type="checkbox" name="url" {$URL_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/link.png"></label>
    66                         </li>
    67                         <li>
    68                                 <label><span class="property">{'mail_help'|@translate}</span>
    69                                 <input type="checkbox" name="email" {$EMAIL_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/mail.png"></label>
    70                         </li>
    71                         <li>
    72                                 <label><span class="property">{'size_help'|@translate}</span>
    73                                 <input type="checkbox" name="size" {$SIZE_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/fonts.png"></label>
    74                         </li>
    75                         <li>
    76                                 <label><span class="property">{'color_help'|@translate}</span>
    77                                 <input type="checkbox" name="color" {$COLOR_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/colors.png"></label>
    78                         </li>
    79                 </ul>
    80         </fieldset>
    81        
    82         <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit"/></p>
     16  <fieldset>
     17    <legend>{'Parameters'|@translate}</legend>
     18    <ul>
     19      <li>
     20        <label><span class="property">{'b_help'|@translate}</span>
     21        <input type="checkbox" name="b" {$B_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/bold.png"></label>
     22      </li>
     23      <li>
     24        <label><span class="property">{'i_help'|@translate}</span>
     25        <input type="checkbox" name="i" {$I_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/italic.png"></label>
     26      </li>
     27      <li>
     28        <label><span class="property">{'u_help'|@translate}</span>
     29        <input type="checkbox" name="u" {$U_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/underline.png"></label>
     30      </li>     
     31      <li>
     32        <label><span class="property">{'s_help'|@translate}</span>
     33        <input type="checkbox" name="s" {$S_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/stroke.png"></label>
     34      </li>
     35      <li>
     36        <label><span class="property">{'p_help'|@translate}</span>
     37        <input type="checkbox" name="p" {$P_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/p.png"></label>
     38      </li>
     39      <li>
     40        <label><span class="property">{'center_help'|@translate}</span>
     41        <input type="checkbox" name="center" {$CENTER_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/center.png"></label>
     42      </li>
     43      <li>
     44        <label><span class="property">{'right_help'|@translate}</span>
     45        <input type="checkbox" name="right" {$RIGHT_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/right.png"></label>
     46      </li>
     47      <li>
     48        <label><span class="property">{'quote_help'|@translate}</span>
     49        <input type="checkbox" name="quote" {$QUOTE_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/quote.png"></label>
     50      </li>
     51      <li>
     52        <label><span class="property">{'ul_help'|@translate}</span>
     53        <input type="checkbox" name="ul" {$UL_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/list-bullet.png"></label>
     54      </li>
     55      <li>
     56        <label><span class="property">{'ol_help'|@translate}</span>
     57        <input type="checkbox" name="ol" {$OL_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/list-numeric.png"></label>
     58      </li>
     59      <li>
     60        <label><span class="property">{'img_help'|@translate}</span>
     61        <input type="checkbox" name="img" {$IMG_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/picture.png"></label>
     62      </li>
     63      <li>
     64        <label><span class="property">{'url_help'|@translate}</span>
     65        <input type="checkbox" name="url" {$URL_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/link.png"></label>
     66      </li>
     67      <li>
     68        <label><span class="property">{'mail_help'|@translate}</span>
     69        <input type="checkbox" name="email" {$EMAIL_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/mail.png"></label>
     70      </li>
     71      <li>
     72        <label><span class="property">{'size_help'|@translate}</span>
     73        <input type="checkbox" name="size" {$SIZE_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/fonts.png"></label>
     74      </li>
     75      <li>
     76        <label><span class="property">{'color_help'|@translate}</span>
     77        <input type="checkbox" name="color" {$COLOR_STATUS} value="1"/> <img src="{$BBCODE_PATH}template/markitup/images/colors.png"></label>
     78      </li>
     79    </ul>
     80  </fieldset>
     81 
     82  <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit"/></p>
    8383</form>
Note: See TracChangeset for help on using the changeset viewer.