Ignore:
Timestamp:
Dec 2, 2010, 3:25:28 PM (13 years ago)
Author:
LucMorizur
Message:

Bullets implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/admin/template/autolog_new.tpl

    r7942 r7972  
    66{include file = 'include/datepicker.inc.tpl'}
    77
    8 {* <!-- Remove a strange unwanted line at the bottom of the screen --> *}
     8{* <!-- Specific CSS --> *}
    99{html_head} {literal}
    1010  <link rel = "stylesheet" type = "text/css" href = "{$RACINE_URL}themes/default/js/ui/theme/ui.datepicker.css">
    11   <style type = "text/css"> #ui-datepicker-div { display:none; } </style>
     11  <style type = "text/css">
     12    #ui-datepicker-div {
     13      display:none;
     14    }
     15    .reduced_fieldsets {
     16      margin:0;
     17      padding:0;
     18    }
     19    .fieldsets_legend {
     20      cursor:pointer;
     21    }
     22  </style>
    1223{/literal} {/html_head}
    1324
     
    7485  {* <!-- [ [ [New] / [existing] code] / [Existing entry] ] selection --> *}
    7586  <div id = "reduced_first_fieldset_id" class = "reduced_fieldsets" style = "display:none;">
    76     <img id = "reduced_first_fieldset_bullet_id" class = "plus_bullets" alt = "" title = "" src = "{$EVNTCATS_URLS.ROOT}icon/plus.png">
    77     <span style = "font-weight:bold;" id = "first_fieldset_legend_id1" class = "reduced_fieldsets_legend"
    78      >{if $ec_is_creation}{'Code'|@translate}{else}{'Selected entry'|@translate}{/if}</span>&nbsp;:
     87    <span style = "font-weight:bold;" class = "reduced_fieldsets_legend fieldsets_legend" id = "reduced_first_fieldset_legend_id"
     88     ><img class = "plus_bullets" alt = "" title = "" src = "{$EVNTCATS_URLS.ROOT}icon/plus.png"
     89     >&nbsp;<span id = "first_fieldset_legend_id1"
     90     >{if $ec_is_creation}{'Code'|@translate}{else}{'Selected entry'|@translate}{/if}</span>&nbsp;: </span>
    7991    <span id = "first_fieldset_value_id"></span>
    80     <span id = "first_fieldset_comment_id"></span>
    8192  </div>
    8293  <fieldset id = "maximized_first_fieldset_id">
    83     <legend style = "font-weight:bold;">
    84       <img id = "maximized_first_fieldset_bullet_id" class = "minus_bullets" alt = "" title = "" src = "{$EVNTCATS_URLS.ROOT}icon/minus.png">
     94    <legend style = "font-weight:bold;" class = "fieldsets_legend" id = "maximized_first_fieldset_legend_id">
     95      <img class = "minus_bullets" alt = "" title = "" src = "{$EVNTCATS_URLS.ROOT}icon/minus.png">
    8596      <script type = "text/javascript">d.write(de('first_fieldset_legend_id1').innerHTML);</script>
    8697    </legend>
Note: See TracChangeset for help on using the changeset viewer.