Skip to content

Instantly share code, notes, and snippets.

@joannaho
Last active November 16, 2015 22:03
Show Gist options
  • Save joannaho/eff80ead1716d7efea71 to your computer and use it in GitHub Desktop.
Save joannaho/eff80ead1716d7efea71 to your computer and use it in GitHub Desktop.
AssetEditor Action box
<div class="parsys actions">
<div id="usage-agreement">
<input type="checkbox" id="usage_checkbox"> I agree to the <a href="#">ACS Image/Media Uses Agreement</a>
</div>
<div class="download section"">
<span class="action btn btn-primary disabled" onclick="CQ_dam_editorAction_download(['/content/dam/high-school-energy/einstein.jpg']);">
<span class="glyphicon glyphicon-save-file" aria-hidden="true"></span> Download</span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment