Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1614681
_bulk_panel.html.erb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Mar 21, 2:36 AM
Size
1 KB
Mime Type
text/html
Expires
Mon, Mar 23, 2:36 AM (3 h, 49 m)
Engine
blob
Format
Raw Data
Handle
353271
Attached To
rWEBDNS WebDNS (edet4)
_bulk_panel.html.erb
View Options
<div id="bulk-panel" class="panel panel-primary hidden">
<div class="panel-heading">
Bulk Mode
</div>
<div class="panel-body">
<p>
<span class="added">0</span> records added<abbr title="Highlight records that failed to be added" class="failed failed-added"></abbr>,
<abbr class="js-modified-hover" title="Highlight modified records">
<span class="changed">0</span> records modified
</abbr><abbr title="Highlight records that failed to update." class="failed failed-changed"></abbr>,
<span class="deleted">0</span> records deleted<abbr title="Highlight records that failed to delete" class="failed failed-deleted"></abbr>.
</p>
<div>
<button type="button" class="btn btn-danger" id="js-bulky-cancel">Cancel</button>
<button type="button" class="btn btn-success" id="js-bulky-commit">Commit</button>
</div>
</div>
</div>
<style>
.affix {
top: 55px;
z-index: 100;
}
</style>
<script>
$('#bulk-panel').affix({
offset: {
top: 50
}
});
</script>
Event Timeline
Log In to Comment