diff options
| author | spiderr <spider@viovio.com> | 2013-04-04 01:32:15 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-04 01:32:15 -0400 |
| commit | f5e4a3a4b2d71bd7619ba704c9a63cbe00677939 (patch) | |
| tree | a1be2937605d3f6908cc986069ae9842bdd7bf6d | |
| parent | 5d25b75693383052c4b5f376d3295c53637a1236 (diff) | |
| download | blogs-f5e4a3a4b2d71bd7619ba704c9a63cbe00677939.tar.gz blogs-f5e4a3a4b2d71bd7619ba704c9a63cbe00677939.tar.bz2 blogs-f5e4a3a4b2d71bd7619ba704c9a63cbe00677939.zip | |
cleanup edit forms
| -rw-r--r-- | templates/admin_blogs.tpl | 6 | ||||
| -rw-r--r-- | templates/blog_post.tpl | 4 | ||||
| -rw-r--r-- | templates/crosspost.tpl | 4 | ||||
| -rw-r--r-- | templates/edit_blog.tpl | 4 | ||||
| -rw-r--r-- | templates/ranking.tpl | 2 | ||||
| -rw-r--r-- | templates/send_blog_post.tpl | 2 | ||||
| -rw-r--r-- | templates/wp-migrate.tpl | 2 |
7 files changed, 12 insertions, 12 deletions
diff --git a/templates/admin_blogs.tpl b/templates/admin_blogs.tpl index 6542303..3912fa8 100644 --- a/templates/admin_blogs.tpl +++ b/templates/admin_blogs.tpl @@ -21,7 +21,7 @@ </div> <div class="control-group submit"> - <input type="submit" name="set_blog_home" value="{tr}Change preferences{/tr}" /> + <input type="submit" class="btn" name="set_blog_home" value="{tr}Change preferences{/tr}" /> </div> {/legend} @@ -91,7 +91,7 @@ </div> <div class="control-group submit"> - <input type="submit" name="featuresTabSubmit" value="{tr}Change preferences{/tr}" /> + <input type="submit" class="btn" name="featuresTabSubmit" value="{tr}Change preferences{/tr}" /> </div> {/legend} {/jstab} @@ -111,7 +111,7 @@ {/foreach} <div class="control-group submit"> - <input type="submit" name="listTabSubmit" value="{tr}Change preferences{/tr}" /> + <input type="submit" class="btn" name="listTabSubmit" value="{tr}Change preferences{/tr}" /> </div> {/legend} {/jstab} diff --git a/templates/blog_post.tpl b/templates/blog_post.tpl index 0efed42..574575d 100644 --- a/templates/blog_post.tpl +++ b/templates/blog_post.tpl @@ -82,8 +82,8 @@ {include file="bitpackage:liberty/edit_storage_list.tpl"} <div class="control-group submit"> - <input type="submit" name="preview" value="{tr}Preview{/tr}" /> - <input type="submit" name="save_post_exit" value="{tr}Save{/tr}" /> + <input type="submit" class="btn" name="preview" value="{tr}Preview{/tr}" /> + <input type="submit" class="btn" name="save_post_exit" value="{tr}Save{/tr}" /> </div> {/legend} {/jstab} diff --git a/templates/crosspost.tpl b/templates/crosspost.tpl index 976379d..fde2d11 100644 --- a/templates/crosspost.tpl +++ b/templates/crosspost.tpl @@ -63,8 +63,8 @@ {textarea id="crosspost_note" label="Crosspost Note (Optional)" name="crosspost_note" noformat="y" rows=6 help="Add a note you would like to appear above the post when viewed on the crossposted blog. This does not appear on the post page."}{$crosspost.crosspost_note}{/textarea} <div class="control-group submit"> - <input type="submit" name="preview" value="{tr}Preview{/tr}" /> - <input type="submit" name="save_post_exit" value="{tr}Save{/tr}" /> + <input type="submit" class="btn" name="preview" value="{tr}Preview{/tr}" /> + <input type="submit" class="btn" name="save_post_exit" value="{tr}Save{/tr}" /> </div> {/if} {/legend} diff --git a/templates/edit_blog.tpl b/templates/edit_blog.tpl index 98bd9bb..fc76acf 100644 --- a/templates/edit_blog.tpl +++ b/templates/edit_blog.tpl @@ -84,8 +84,8 @@ {include file="bitpackage:liberty/edit_services_inc.tpl" serviceFile="content_edit_mini_tpl"} <div class="control-group submit"> - <input type="submit" name="preview" value="{tr}preview{/tr}" /> - <input type="submit" name="save_blog" value="{tr}save{/tr}" /> + <input type="submit" class="btn" name="preview" value="{tr}preview{/tr}" /> + <input type="submit" class="btn" name="save_blog" value="{tr}save{/tr}" /> </div> {/legend} {/jstab} diff --git a/templates/ranking.tpl b/templates/ranking.tpl index 27662b0..4cf59b5 100644 --- a/templates/ranking.tpl +++ b/templates/ranking.tpl @@ -31,7 +31,7 @@ </div> <div class="control-group submit"> - <input type="submit" name="selrank" value="{tr}Apply settings{/tr}" /> + <input type="submit" class="btn" name="selrank" value="{tr}Apply settings{/tr}" /> </div> {/form} diff --git a/templates/send_blog_post.tpl b/templates/send_blog_post.tpl index 4fa890e..929f88e 100644 --- a/templates/send_blog_post.tpl +++ b/templates/send_blog_post.tpl @@ -29,7 +29,7 @@ </div> <div class="control-group submit"> - <input type="submit" name="send" value="{tr}Send{/tr}" /> + <input type="submit" class="btn" name="send" value="{tr}Send{/tr}" /> </div> {/form} {/if} diff --git a/templates/wp-migrate.tpl b/templates/wp-migrate.tpl index a8d1b86..692b8b1 100644 --- a/templates/wp-migrate.tpl +++ b/templates/wp-migrate.tpl @@ -17,7 +17,7 @@ {formhelp note="The full path to your wordpress installation directory."} {/forminput} {/legend} - <input type="submit" name="migrate" value="Migrate!" /> + <input type="submit" class="btn" name="migrate" value="Migrate!" /> {/form} {/if} {/strip} |
