Skip to content

Instantly share code, notes, and snippets.

@esmeromichael
Created August 9, 2017 05:10
Show Gist options
  • Save esmeromichael/c28f2eed9fb2e78c1e5dc49f5e524e35 to your computer and use it in GitHub Desktop.
Save esmeromichael/c28f2eed9fb2e78c1e5dc49f5e524e35 to your computer and use it in GitHub Desktop.
<div class="col-sm-4" style="width: 38.5%;margin-top:-20px;margin-bottom:10px;">
<div class="btn-group" style="float:right;">
<label id="text" style="">{{$glpost->attachment_no}}</label>
<button type="button" id="prev" class="prev btn btn-default" style = "width: 50px;height:25px;margin-right:1px;text-align: center;" onclick="getNext">PREV</button>
<button type="button" id="next" class="next btn btn-default" style = "width: 50px;height:25px;margin-left:1px;text-align: center;" onclick="getNext">NEXT</button>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment