Lines 384-391
Link Here
|
384 |
|
384 |
|
385 |
[% IF bundle_items && !missing_items %] |
385 |
[% IF bundle_items && !missing_items %] |
386 |
<div class="dialog message"> |
386 |
<div class="dialog message"> |
387 |
<h3>Bundle varified</h3> |
387 |
<h3>Bundle verified</h3> |
388 |
<p>The bundle content was varified</p> |
388 |
<p>The bundle content was verified</p> |
389 |
<p><a class="btn btn-default btn-xs" role="button" data-toggle="modal" href="#bundleContentsModal"><i class="fa fa-eye" aria-hidden="true"></i> View contents list</a></p> |
389 |
<p><a class="btn btn-default btn-xs" role="button" data-toggle="modal" href="#bundleContentsModal"><i class="fa fa-eye" aria-hidden="true"></i> View contents list</a></p> |
390 |
</div> |
390 |
</div> |
391 |
[% END %] |
391 |
[% END %] |
Lines 1558-1564
Link Here
|
1558 |
}); |
1558 |
}); |
1559 |
} else { |
1559 |
} else { |
1560 |
feedback.fadeOut(100, function(){ |
1560 |
feedback.fadeOut(100, function(){ |
1561 |
string = _("Varified: ")+last; |
1561 |
string = _("Verified: ")+last; |
1562 |
feedback.addClass('alert-success').removeClass('alert-danger').html(string).fadeIn(100); |
1562 |
feedback.addClass('alert-success').removeClass('alert-danger').html(string).fadeIn(100); |
1563 |
}); |
1563 |
}); |
1564 |
} |
1564 |
} |
1565 |
- |
|
|