diff options
author | friendica <info@friendica.com> | 2015-01-04 00:48:18 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-04 00:48:18 -0800 |
commit | edd1ad37c47e6f8154fd2da352decc457d6af55c (patch) | |
tree | dbab42d1c326b9f45eccdf59e2104a124546e2e9 /view/tpl | |
parent | 8d590068e90c86fc43ec1f451fb92f67ee817abf (diff) | |
parent | 9433a0ddc8926cc483521e97ae911d2eb82c91f6 (diff) | |
download | volse-hubzilla-edd1ad37c47e6f8154fd2da352decc457d6af55c.tar.gz volse-hubzilla-edd1ad37c47e6f8154fd2da352decc457d6af55c.tar.bz2 volse-hubzilla-edd1ad37c47e6f8154fd2da352decc457d6af55c.zip |
Merge branch 'master' into trinidad
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/attach_edit.tpl | 4 | ||||
-rwxr-xr-x | view/tpl/event_head.tpl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/attach_edit.tpl b/view/tpl/attach_edit.tpl index 82f2a7628..0147d35ba 100644 --- a/view/tpl/attach_edit.tpl +++ b/view/tpl/attach_edit.tpl @@ -6,11 +6,11 @@ <div id="attach-edit-tools-share" class="btn-group form-group"> {{if !$isadir}} - <a href="/rpost?body=[attachment]{{$file.hash}},{{$file.revision}}[/attachment]" id="attach-btn" class="btn btn-default btn-xs"> + <a href="/rpost?body=[attachment]{{$file.hash}},{{$file.revision}}[/attachment]" id="attach-btn" class="btn btn-default btn-xs" title="{{$attach_btn_title}}"> <i class="icon-paperclip jot-icons"></i> </a> {{/if}} - <button id="link-btn" class="btn btn-default btn-xs" type="button" onclick="openClose('link-code');"> + <button id="link-btn" class="btn btn-default btn-xs" type="button" onclick="openClose('link-code');" title="{{$link_btn_title}}"> <i class="icon-share jot-icons"></i> </button> </div> diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl index 03ea833f9..830347555 100755 --- a/view/tpl/event_head.tpl +++ b/view/tpl/event_head.tpl @@ -26,7 +26,7 @@ }, loading: function(isLoading, view) { if(!isLoading) { - $('td.fc-day').dblclick(function() { window.location.href='https://caterva.eu/events/new?start='+$(this).data('date'); }); + $('td.fc-day').dblclick(function() { window.location.href='/events/new?start='+$(this).data('date'); }); } }, |