Changeset 553

Show
Ignore:
Timestamp:
09/12/07 21:26:25 (1 year ago)
Author:
brian
Message:

fixed tabs disappearing from templates

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pagoda/trunk/Pagoda/pagoda/templates/admin/admin.html

    r528 r553  
    1313</head> 
    1414 
    15 <body py:match="body" py:attrs="select('@*')"> 
     15<body py:strip=""> 
    1616 
    1717<div id="header" py:match="div[@id='header']" py:attrs="select('@*')"> 
     
    4141</div> 
    4242 
    43 <div id="body" py:match="div[@id='body']" py:attrs="select('@*')"> 
    44     ${select('*|text()')} 
    45 </div> 
    46  
    47 <div id="footer" py:match="div[@id='footer']" py:attrs="select('@*')"> 
    48     ${select('*|text()')} 
    49 </div> 
    50  
    51 ${select('*|text()')} 
    52  
    5343</body> 
    54  
    5544</html> 
  • pagoda/trunk/Pagoda/pagoda/templates/admin/edit.html

    r540 r553  
    66 
    77<head> 
    8     <title>Editing: ${content.title}</title> 
     8    <title>Editing: ${content.node_title}</title> 
    99</head> 
    1010 
     
    1212 
    1313<div id="header"> 
    14     <h1>Editing: ${content.title}</h1> 
     14    <h1>Editing: ${content.node_title}</h1> 
    1515    <li py:match="li[@id='edit-tab']" class="active" py:attrs="select('@*')"> 
    1616        ${select('*|text()')} 
  • pagoda/trunk/Pagoda/pagoda/templates/admin/live.html

    r551 r553  
    66 
    77<head> 
    8     <title>Editing: ${content.title}</title> 
     8    <title>Live: ${content.node_title}</title> 
    99</head> 
    1010 
     
    1212 
    1313<div id="header"> 
    14     <h1>Live Site: ${content.title}</h1> 
     14    <h1>Live: ${content.node_title}</h1> 
    1515    <li py:match="li[@id='live-tab']" class="active" py:attrs="select('@*')"> 
    1616        ${select('*|text()')} 

Log in as guest/pagoda to create tickets