Zmiany pomiędzy wersją 86 and wersją 87 dla DeployerGuide/Customization/ProcessAutomation

Pokaż
Ignoruj:
Data i czas:
11/04/11 15:04:44 (13 years temu)
Autor:
TS (IP: 213.227.67.33)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Customization/ProcessAutomation

    v86 v87  
    2727{{{ 
    2828#!html 
    29 <script> 
    30 expandDD = function(id) { 
    31 var display = document.getElementById(id+'Params').style.display; 
    32 document.getElementById(id+'Params').style.display = (display == 'block' ? 'none' : 'block'); 
    33 } 
    34 </script> 
    35 <p style="font-weight:bold;" id="DecreeDocumentCommand" onclick="expandDD('DecreeDocumentCommand')">Przekaż dokument</p> 
    36 }}} 
    37 {{{ 
    38 #!html 
    39 <div style="display:none;" id="DecreeDocumentCommandParams"> 
    40 }}} 
     29<p style="font-weight:bold;" id="DecreeDocumentCommand">Przekaż dokument</p> 
     30}}} 
     31 
    4132Komenda służy do automatycznego przekazywania dokumentu na wybrane stanowiska. 
    4233 
     
    4738 
    4839Wszystkie wartości w parametrach to orunid z widoku orgtree_view. 
    49 {{{ 
    50 #!html 
    51 </div> 
    52 }}} 
     40 
    5341 
    5442{{{