Fixed book sort and added leave page warning to page editor. Fixes #22 and closes #21

This commit is contained in:
Dan Brown
2015-10-22 19:06:50 +01:00
parent eafdeea98f
commit d7520f224c
3 changed files with 6 additions and 4 deletions

View File

@ -15,7 +15,7 @@
<div class="col-md-8 faded">
<div class="action-buttons">
<a href="{{ back()->getTargetUrl() }}" class="text-button text-primary"><i class="zmdi zmdi-close"></i>Cancel</a>
<button type="submit" class="text-button text-pos"><i class="zmdi zmdi-floppy"></i>Save Page</button>
<button type="submit" id="save-button" class="text-button text-pos"><i class="zmdi zmdi-floppy"></i>Save Page</button>
</div>
</div>
</div>
@ -34,4 +34,4 @@
<div class="text-neg text-small">{{ $errors->first('html') }}</div>
@endif
</div>
</div>
</div>