diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-10 10:47:30 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-10 10:47:30 +0100 |
commit | b1c97dfcfd80263f94733d0ec6c357eebc5a57da (patch) | |
tree | e77f52845e6a0859c2e9f0b406c3490253c7adac /view/tpl/website_portation_tools.tpl | |
parent | 14d1912115c40c3c905b9a077732c526e0a15ffd (diff) | |
download | volse-hubzilla-b1c97dfcfd80263f94733d0ec6c357eebc5a57da.tar.gz volse-hubzilla-b1c97dfcfd80263f94733d0ec6c357eebc5a57da.tar.bz2 volse-hubzilla-b1c97dfcfd80263f94733d0ec6c357eebc5a57da.zip |
some sed magic on button class names
Diffstat (limited to 'view/tpl/website_portation_tools.tpl')
-rw-r--r-- | view/tpl/website_portation_tools.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/tpl/website_portation_tools.tpl b/view/tpl/website_portation_tools.tpl index 10468b64e..2910c0e29 100644 --- a/view/tpl/website_portation_tools.tpl +++ b/view/tpl/website_portation_tools.tpl @@ -14,7 +14,7 @@ <div class="input-group"> <input class="widget-input" type="text" name="path" title="{{$hint}}" placeholder="{{$desc}}" /> <div class="input-group-btn"> - <button class="btn btn-default btn-sm" type="submit" name="cloudsubmit" value="{{$select}}"><i class="fa fa-folder-open generic-icons"></i></button> + <button class="btn btn-outline-secondary btn-sm" type="submit" name="cloudsubmit" value="{{$select}}"><i class="fa fa-folder-open generic-icons"></i></button> </div> </div> </div> @@ -26,7 +26,7 @@ <div class="input-group"> <input class="widget-input" type="file" name="zip_file" /> <div class="input-group-btn"> - <button class="btn btn-default btn-sm" type="submit" name="w_upload" value="w_upload"><i class="fa fa-file-archive-o generic-icons"></i></button> + <button class="btn btn-outline-secondary btn-sm" type="submit" name="w_upload" value="w_upload"><i class="fa fa-file-archive-o generic-icons"></i></button> </div> </div> </div> @@ -48,7 +48,7 @@ <div class="input-group"> <input class="widget-input" type="text" name="zipfilename" title="{{$filename_hint}}" placeholder="{{$filename_desc}}" value="" /> <div class="input-group-btn"> - <button class="btn btn-default btn-sm" type="submit" name="w_download" value="w_download"><i class="fa fa-download generic-icons"></i></button> + <button class="btn btn-outline-secondary btn-sm" type="submit" name="w_download" value="w_download"><i class="fa fa-download generic-icons"></i></button> </div> </div> </div> @@ -62,7 +62,7 @@ <div class="input-group"> <input class="widget-input" type="text" name="exportcloudpath" title="{{$cloud_export_hint}}" placeholder="{{$cloud_export_desc}}" /> <div class="input-group-btn"> - <button class="btn btn-default btn-sm" type="submit" name="exportcloudsubmit" value="{{$cloud_export_select}}"><i class="fa fa-folder-open generic-icons"></i></button> + <button class="btn btn-outline-secondary btn-sm" type="submit" name="exportcloudsubmit" value="{{$cloud_export_select}}"><i class="fa fa-folder-open generic-icons"></i></button> </div> </div> </div> |