Ignore:
Timestamp:
02/27/2006 02:42:13 AM (6 years ago)
Author:
cirrus
Message:

Add: View button on the my nodes menu view
Add: View button on the node edit page
Add: Edit button on the node view page
Closes #80
Change: Indentation on a couple of HTML templates (including a couple of forgotten </tr>'s)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/basic/generic/title1.tpl

    r141 r144  
    2525                        {$title} 
    2626                </td> 
     27                {if $right != ''}<td nowrap="nowrap">{$right}</td>{/if} 
    2728                <td width="10" class="table-d1-title-space"></td> 
    2829                <td width="299" class="table-d1-title-border">&nbsp;</td> 
     
    3132        <tr> 
    3233                <td rowspan="2" class="table-d1-side">&nbsp;</td> 
    33                 <td colspan="3" class="table-d1-title-down"></td> 
     34                <td colspan="{if $right !=''}4{else}3{/if}" class="table-d1-title-down"></td> 
    3435                <td rowspan="2" class="table-d1-side2">&nbsp;</td> 
    3536        </tr> 
    3637        <tr> 
    37                 <td colspan="3" class="table-d1-text1"> 
     38                <td colspan="{if $right !=''}4{else}3{/if}" class="table-d1-text1"> 
    3839                        {$content} 
    3940                </td> 
Note: See TracChangeset for help on using the changeset viewer.