Changeset 4132

Show
Ignore:
Timestamp:
08/12/08 03:55:37 (5 months ago)
Author:
osimons
Message:

FullBlogPlugin: Adjusting order of buttons and cleaning up some terms and casing for text inside them.

Closes #3535.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fullblogplugin/0.11/tracfullblog/templates/fullblog_edit.html

    r3910 r4132  
    108108              </div> 
    109109              <div class="field"> 
     110                <input type="submit" name="blog-preview" value="Preview post" /> 
    110111                <input size="30" type='submit' name="blog-save" 
    111                     value="Save Post" /> 
     112                    value="Save post" /> 
    112113                <input type="hidden" name="action" 
    113114                      value="${defined('blog_edit') and blog_edit.version and 'edit' or 'new'}" /> 
    114                 <input type="submit" name="blog-preview" value="Preview Post" /> 
    115115                <input type="submit" name="blog-cancel" value="Cancel" /> 
    116116              </div> 
  • fullblogplugin/0.11/tracfullblog/templates/fullblog_view.html

    r3053 r4132  
    3232              <form method="get" action="${href.blog('edit', blog_post.name)}"> 
    3333                <div> 
    34                   <input type="submit" value="${_('Edit this post')}" accesskey="e" /> 
     34                  <input type="submit" value="${_('Edit post')}" accesskey="e" /> 
    3535                </div> 
    3636              </form> 
     
    107107                </py:if> 
    108108                <div class="field"> 
     109                  <input type="submit" name="previewcomment" value="Preview comment" /> 
    109110                  <input size="30" type='submit' name="submitcomment" 
    110111                      value="Add comment" /> 
    111112                  <input type="hidden" name="action" value="comment" /> 
    112                   <input type="submit" name="previewcomment" value="Preview comment" /> 
    113113                  <input type="submit" name="cancelcomment" value="Cancel" /> 
    114114                </div>