Skip to content

Commit

Permalink
SAK-32111: Move 'Continue' and 'Cancel' buttons to be just under the …
Browse files Browse the repository at this point in the history
…selected (sakaiproject#4025)

file area in Resources item picker
  • Loading branch information
nicholaswilson100 authored and buckett committed Mar 9, 2017
1 parent 62b6a7d commit e98dc79
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,14 @@ $(document).ready(function() {
</tr>
#end
</table>
<p class="act" >
<input type="button" name="attachButton" id="attachButton" accesskey="s"
onclick="javascript: document.getElementById('attachForm').action='#toolLink("ResourcesAction" "doAddattachments")'; submitform('attachForm');"
value="$tlang.getString("att.finish")" #if($list_has_changed) class="active" #else disabled="disabled" #end />
<input type="button" name="cancelButton" id="cancelButton" accesskey="x"
onclick="javascript: document.getElementById('attachForm').action='#toolLink("ResourcesAction" "doCancel")'; submitform('attachForm');"
value="$tlang.getString("att.cancel")" />
</p>
#end
###################### Page Title / Breadcrumbs ##############
<h3>
Expand Down Expand Up @@ -582,14 +590,6 @@ $(document).ready(function() {

</table>

<p class="act" >
<input type="button" name="attachButton" id="attachButton" accesskey="s"
onclick=" document.getElementById('attachForm').action='#toolLink("ResourcesAction" "doAddattachments")'; submitform('attachForm');"
value="$tlang.getString("att.finish")" #if($list_has_changed) class="active" #else disabled="disabled" #end />
<input type="button" name="cancelButton" id="cancelButton" accesskey="x"
onclick=" document.getElementById('attachForm').action='#toolLink("ResourcesAction" "doCancel")'; submitform('attachForm');"
value="$tlang.getString("att.cancel")" />
</p>
<div id="paddingfromhell" style="height:10em">
<input type="hidden" name="sakai_csrf_token" value="$sakai_csrf_token" />
</form>
Expand Down

0 comments on commit e98dc79

Please sign in to comment.