To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
09/01/10 11:59:43 (21 months ago)
Author:
wjohnald
Message:

this commit resolves tickets: #144 and #347

Location:
plugins/apostrophePlugin/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostrophePlugin/trunk

  • plugins/apostrophePlugin/trunk/modules/a/templates/settingsSuccess.php

    r2077 r2107  
    5555                  <?php echo $form['template'] ?> 
    5656                  <?php echo $form['template']->renderError() ?> 
     57                </div> 
     58 
     59                <div class="a-form-row keywords"> 
     60                        <?php echo $form['tags']->renderLabel(__('Page Tags', array(), 'apostrophe')) ?> 
     61                        <?php echo $form['tags'] ?> 
     62                        <?php echo $form['tags']->renderError() ?> 
     63                </div> 
     64 
     65                <div class="a-form-row meta-description"> 
     66                        <?php echo $form['meta_description']->renderLabel(__('Meta Description', array(), 'apostrophe')) ?> 
     67                        <?php echo $form['meta_description'] ?> 
     68                        <?php echo $form['meta_description']->renderError() ?> 
    5769                </div> 
    5870