diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-07-31 07:30:25 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-07-31 07:30:25 -0400 |
commit | 7c475575549161d465189fa5e726739f4a4ac76c (patch) | |
tree | 66414a6d4f161dcb88ccd5f919fd77a8d3369539 /view/tpl/webpage_import.tpl | |
parent | 32366284a8372a4d5c7798b3ee3b238a614915ab (diff) | |
download | volse-hubzilla-7c475575549161d465189fa5e726739f4a4ac76c.tar.gz volse-hubzilla-7c475575549161d465189fa5e726739f4a4ac76c.tar.bz2 volse-hubzilla-7c475575549161d465189fa5e726739f4a4ac76c.zip |
Improved UI. Removed logger statements.
Diffstat (limited to 'view/tpl/webpage_import.tpl')
-rw-r--r-- | view/tpl/webpage_import.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/webpage_import.tpl b/view/tpl/webpage_import.tpl index b047ee6f9..255a41c2b 100644 --- a/view/tpl/webpage_import.tpl +++ b/view/tpl/webpage_import.tpl @@ -3,7 +3,7 @@ <input type="hidden" name="action" value="importselected"> <div class="section-title-wrapper"> <div class="pull-right"> - <input class="webpage-import-button" type="submit" name="submit" value="Import selected"/> + <button class="btn btn-md btn-success" type="submit" name="submit" value="{{$importbtn}}">{{$importbtn}}</button> </div> <h2>{{$title}}</h2> <div class="clear"></div> |