Changeset 1650
- Timestamp:
- 05/01/2010 03:32:01 PM (3 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 modified
-
handlers/processcomment/processcomment.php (modified) (2 diffs)
-
templates/light/css/light.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3/handlers/processcomment/processcomment.php
r1495 r1650 60 60 //$keyfield = createSessionKeyFieldset($this, createSessionKey($this, $this->tag.'_commentkey')); 61 61 ?> 62 <div id="content"> 63 <?php echo $this->Format($this->page['body'], 'wakka', 'page'); ?> 64 <div style="clear: both"></div> 65 </div><!--closing page content--> 66 <div id="comments"> 62 67 <div class="commentform"> 63 68 <?php echo $this->FormOpen('processcomment'); ?> … … 75 80 ?> 76 81 <?php echo $this->FormClose(); ?> 82 </div> 77 83 </div> 78 84 <?php -
branches/1.3/templates/light/css/light.css
r1648 r1650 120 120 121 121 .commentform { 122 background-color: #EEEEEE;123 padding: 10px;124 122 } 125 123