Changeset 1105


Ignore:
Timestamp:
12.07.2010 22:07:31 (19 months ago)
Author:
zmsdev
Message:

Applied fix for exclude-ids in details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/dtml/ZMSSqlDb/input_form.dtml

    r1080 r1105  
    2727><dtml-call "REQUEST.set('css_','form-element')" 
    2828><dtml-call "REQUEST.set('css','form-element')"><dtml-if ZMS_CSS_EXTRA><dtml-call "REQUEST.set('css',css+' '+ZMS_CSS_EXTRA)"></dtml-if 
     29><dtml-call "REQUEST.set('qexcludeids_',REQUEST.get('qexcludeids',[]))" 
    2930><dtml-call "REQUEST.set('qexcludeids',[])"><dtml-if ZMS_EXCLUDE_IDS><dtml-call "REQUEST.set('qexcludeids',ZMS_EXCLUDE_IDS)"></dtml-if 
    3031><dtml-call f_recordset_init 
     
    771772 
    772773<dtml-call "REQUEST.set('css',REQUEST.get('css_'))"> 
     774<dtml-call "REQUEST.set('qexcludeids',REQUEST.get('qexcludeids_'))"> 
    773775<dtml-call "REQUEST.set('entity',REQUEST.get('entity_'))"> 
    774776</dtml-let> 
Note: See TracChangeset for help on using the changeset viewer.