mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Added fb/twtr to notifications page
This commit is contained in:
parent
9a34d49ea7
commit
8f65817dc5
@ -2095,6 +2095,8 @@ $LANG = array(
|
||||
'city_state_postal' => 'City/State/Postal',
|
||||
'custom_field' => 'Custom Field',
|
||||
'account_fields' => 'Company Fields',
|
||||
'facebook_and_twitter' => 'Facebook and Twitter',
|
||||
'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
|
||||
|
||||
);
|
||||
|
||||
|
@ -24,12 +24,15 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">{!! trans('texts.facebook_and_twitter') !!}</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
|
||||
<!--
|
||||
{!! Former::legend(trans('texts.site_updates')) !!}
|
||||
|
||||
<div class="form-group">
|
||||
<label for="invoice_terms" class="control-label col-lg-4 col-sm-4"></label>
|
||||
<label for="notify_sent" class="control-label col-lg-4 col-sm-4"> </label>
|
||||
<div class="col-lg-8 col-sm-8">
|
||||
|
||||
<div id="fb-root"></div>
|
||||
@ -41,13 +44,18 @@
|
||||
fjs.parentNode.insertBefore(js, fjs);
|
||||
}(document, 'script', 'facebook-jssdk'));</script>
|
||||
|
||||
<div class="fb-follow" data-href="https://www.facebook.com/invoiceninja" data-colorscheme="light" data-layout="button" data-show-faces="false"></div>
|
||||
<div class="fb-follow" data-href="https://www.facebook.com/invoiceninja" data-colorscheme="light" data-layout="button" data-show-faces="false" data-size="large"></div>
|
||||
|
||||
<a href="https://twitter.com/invoiceninja" class="twitter-follow-button" data-show-count="false" data-related="hillelcoren" data-size="large">Follow @invoiceninja</a>
|
||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
||||
|
||||
<div class="help-block">{{ trans('texts.facebook_and_twitter_help') }}</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{!! Former::actions(
|
||||
Button::success(trans('texts.save'))
|
||||
@ -56,4 +64,5 @@
|
||||
|
||||
{!! Former::close() !!}
|
||||
|
||||
|
||||
@stop
|
Loading…
x
Reference in New Issue
Block a user