Skip to content

Commit

Permalink
SAK-42523: remove google drive table header (sakaiproject#7376)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioJordan authored and Miguel Pellicer committed Sep 24, 2019
1 parent 67d030b commit d81ce95
Showing 1 changed file with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -736,20 +736,7 @@ includeLatestJQuery('sakai_filepicker_attach.vm');
<span aria-hidden="true"> $tlang.getFormattedMessage('googledrive.configured', $!googledriveUserAccount)</span>
<input type="button" name="refreshGoogleDriveButton" id="refreshGoogleDriveButton" class="refreshGoogleDriveButton" onclick="SPNR.insertSpinnerAfter( this, null, 'pickerGoogleDrive' );document.getElementById('attachForm').action='#toolLink("FilePickerAction" "doRefreshGoogleDrive")'; submitform('attachForm');" value="$tlang.getString('cloudstorage.refresh')" />
<input type="button" name="revokeGoogleDriveButton" id="revokeGoogleDriveButton" class="revokeGoogleDriveButton" onclick="document.getElementById('attachForm').action='#toolLink("FilePickerAction" "doRevokeGoogleDrive")'; submitform('attachForm');" value="$tlang.getString('cloudstorage.revoke')" />
<table class="listHier lines" cellspacing="0" border="0" summary="$tlang.getString("googledrive.table_summary")">
<tr>
<th id="title">
$tlang.getString("cloudstorage.title")
</th>
<th id="action-clone">
$tlang.getString("cloudstorage.clone")
</th>
<th id="action-link">
$tlang.getString("cloudstorage.link")
</th>
</tr>
<div id="container-jstree"></div>
</table>
<div id="container-jstree"></div>
#end
#end
</div>
Expand Down

0 comments on commit d81ce95

Please sign in to comment.