Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ae47d060

Von Bernd Bleßmann vor fast 7 Jahren hinzugefügt

  • ID ae47d0606caf4d0b20e9d1e7d76d75db0cca3246
  • Vorgänger 503fabbf
  • Nachfolger 1a3b9961

common/flash.html: no trailing whitespaces

Unterschiede anzeigen:

templates/webpages/common/flash.html
1 1
[%- USE HTML -%][%- USE LxERP %][%- USE T8 %]
2 2
[%- BLOCK output %]
3 3
 <div id="flash_[% type %]" class="flash_message_[% type %]"[% IF !messages || !messages.size %] style="display: none"[% END %]>
4
  <a href='#' style='float:right' 
5
     onclick='$("#flash_[% type %]_content").empty();$("#flash_[% type %]_detail").empty();$("#flash_[% type %]").hide()'> 
6
     <img src='image/close.png' border='0' alt='[% 'Close Flash' | $T8 %]'></a> 
4
  <a href='#' style='float:right'
5
     onclick='$("#flash_[% type %]_content").empty();$("#flash_[% type %]_detail").empty();$("#flash_[% type %]").hide()'>
6
     <img src='image/close.png' border='0' alt='[% 'Close Flash' | $T8 %]'></a>
7 7
  <span class="flash_title">[%- title %]:</span>
8 8
  <span id="flash_[% type %]_content">
9 9
   [% FOREACH message = messages %]
......
17 17
  <div id="flash_detail_[% type %]" style="display: none">
18 18
    <br>
19 19
    <span id="flash_[% type %]_detail"></span><br>
20
    <a href='#' style='float:left' 
21
      onclick='$("#flash_detail_[% type %]").hide()'> 
20
    <a href='#' style='float:left'
21
      onclick='$("#flash_detail_[% type %]").hide()'>
22 22
      <img src='image/close.png' border='0' alt='[% 'Close Details' | $T8 %]'></a><br>
23 23
  </div>
24 24
 </div>

Auch abrufbar als: Unified diff