Ignore:
Timestamp:
12/03/08 22:37:00 (3 years ago)
Author:
ArthurClemens
Message:

Item385: Improve layout attachment button and form header: fix attachment count; make the twisty a button; add title and direct edit link to form

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PatternSkin/templates/formtables.pattern.tmpl

    r1090 r1156  
    44 
    55%{ Start of form table }% 
    6 %TMPL:DEF{FORM:display:header}%<div class="foswikiForm"> 
    7 <table class='twikiFormTable' border='1'>%TMPL:P{FORM:display:header:headerrow}%%TMPL:END% 
     6%TMPL:DEF{FORM:display:header}%<div class="foswikiForm">%TMPL:P{FORM:display:title}%<table class='twikiFormTable' border='1'>%TMPL:P{FORM:display:header:headerrow}%%TMPL:END% 
    87 
    98 
    109%{ Header }% 
    11 %TMPL:DEF{FORM:display:header:headerrow}%<tr><th class='twikiFormTableHRow foswikiFirstCol' colspan='2'> 
    12 [[%A_TITLE%]] 
    13 </th></tr>%TMPL:END% 
     10%TMPL:DEF{FORM:display:header:headerrow}%%TMPL:END% 
    1411 
    1512 
     
    2320 
    2421%{ Footer }% 
    25 %TMPL:DEF{FORM:display:footer}%</table>%TMPL:P{FORM:display:footer:editlink}% 
    26 </div><!-- /foswikiForm -->%TMPL:END% 
     22%TMPL:DEF{FORM:display:footer}%</table></div><!-- /foswikiForm -->%TMPL:END% 
     23 
     24 
     25%TMPL:DEF{FORM:display:title}%<h3>[[%A_TITLE%]] %TMPL:P{FORM:display:editlink}%</h3>%TMPL:END% 
     26 
     27 
     28%TMPL:DEF{FORM:display:editlink}%<span class='patternSmallLinkToHeader'><a href='%SCRIPTURL{edit}%/%WEB%/%TOPIC%?t=%GMTIME{$epoch}%;action=form'>%MAKETEXT{"edit"}%</a></span>%TMPL:END% 
     29 
Note: See TracChangeset for help on using the changeset viewer.