|
|
|
|
@ -34,7 +34,7 @@ $groupRights = Session::read('group_member_with_upload_rights'); |
|
|
|
|
// Template's javascript |
|
|
|
|
$htmlHeadXtra[] = ' |
|
|
|
|
<script> |
|
|
|
|
$(document).ready(function() { |
|
|
|
|
$(function() { |
|
|
|
|
$(".scrollbar-light").scrollbar(); |
|
|
|
|
|
|
|
|
|
expandColumnToogle("#hide_bar_template", { |
|
|
|
|
@ -533,7 +533,7 @@ if ($owner_id == api_get_user_id() || |
|
|
|
|
} else { |
|
|
|
|
// Add tooltip and correctly parse its inner HTML |
|
|
|
|
echo '<script> |
|
|
|
|
$(document).ready(function() { |
|
|
|
|
$(function() { |
|
|
|
|
$("[data-toggle=\'tooltip\']").tooltip( |
|
|
|
|
{ |
|
|
|
|
content: |
|
|
|
|
|