Ignore:
Timestamp:
Jan 27, 2010, 12:14:12 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Fixed HTML Linked Template-Note Issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/tmg-cprs/CPRS-Chart/Templates/fTemplateDialog.pas

    r655 r686  
    8181  frmTemplateDialog: TfrmTemplateDialog;
    8282
    83 implementation
    84 
    85 uses dShared, uConst, uTemplateFields, fRptBox, uInit, rMisc;
    86 
    87 {$R *.DFM}
    88 
    8983const
    90   Gap = 4;
    91   IndentGap = 18;
    9284  HTMLBEGINNINGTAG = '{HTML:';   //kt
    9385  HTMLENDINGTAG = '}';       //kt
    9486  HTMLBEGINNINGTAGLEN = length(HTMLBEGINNINGTAG);  //kt
    9587  HTMLENDINGTAGLEN = length(HTMLENDINGTAG);   //kt
     88
     89implementation
     90
     91uses dShared, uConst, uTemplateFields, fRptBox, uInit, rMisc;
     92
     93{$R *.DFM}
     94
     95const
     96  Gap = 4;
     97  IndentGap = 18;
     98
    9699
    97100
Note: See TracChangeset for help on using the changeset viewer.