@section('page_title') {{ $information['school']->short_name }} @stop @section('page_sub_title') Edit {{ $information['school']->name }} @stop @section('scripts') @parent @stop @section('jquery_init') /* Display any success messages */ $('.success_message').delay(5000).fadeOut({'duration' : 2500}); $('.success_message .ui-icon-close').click(function () { $('.success_message').hide(); }); $('.success_bar').animate({ 'top' : 32, 'background-color' : 'rgba(176, 255, 190, 1.0)'}, 1600, 'easeOutQuad', function () { $(this).delay(6000).fadeOut(4000); $(this).hover(function () { $(this).stop(true).css('opacity', '1.0'); }, function () { $(this).fadeOut(4000); }) }); $('.tooltip').tooltip(); $('.tooltip.above').tooltip({ position : {my: "left bottom-15", at: "left top", collision: "flipfit"}}); $('.button').button(); $('.button.notext').button({text:false}); $('.button.delete').button({ icons : { primary : 'ui-icon-closethick'}}); $('.button.cancel').button({ icons : { primary : 'ui-icon-circle-close'}}); $('.button.clipboard').button({ icons : { primary : 'ui-icon-clipboard'}}); $('table tbody tr:even').css('background-color', '#f2f2f2'); $('.color_sample').change(function () { var id = $(this).attr('id'); var sample = '#' + id + '_sample'; hex = $('option:selected', this).attr('data-hex'); $(sample).css('background-color', '#' + hex); }); $('.color_sample').change(); @stop @section('page_functions') {{--Edit Staff/Contacts--}} Close @stop @section('main_content') @if (Session::has('success'))
@endif