diff options
| author | spiderr <spider@viovio.com> | 2013-04-04 01:32:45 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-04 01:32:45 -0400 |
| commit | 57d8dc29a4ca4a8b3d6eb34bfafeadd24518a685 (patch) | |
| tree | b8e9a673cc203c80112ff5ecab871286329f75be /templates | |
| parent | 69a80361ec0b8c50e2801110d13deb3ac1abd8e2 (diff) | |
| download | feed-57d8dc29a4ca4a8b3d6eb34bfafeadd24518a685.tar.gz feed-57d8dc29a4ca4a8b3d6eb34bfafeadd24518a685.tar.bz2 feed-57d8dc29a4ca4a8b3d6eb34bfafeadd24518a685.zip | |
cleanup edit forms
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_feed.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_feed.tpl b/templates/admin_feed.tpl index 9639080..4827b61 100644 --- a/templates/admin_feed.tpl +++ b/templates/admin_feed.tpl @@ -20,6 +20,6 @@ </div> {/foreach} <div class="control-group submit clear"> - <input type="submit" name="store_feed" value="Submit" /> + <input type="submit" class="btn" name="store_feed" value="Submit" /> </div> </form> |
