Merge branch 'fusionpbx/master' into Enhance-Languages

Conflicts:
	app/extensions/app_languages.php
This commit is contained in:
Matthew Vale
2015-12-11 08:45:26 +00:00
10 changed files with 899 additions and 72 deletions

View File

@@ -1254,6 +1254,10 @@ SPAN.playback_progress_bar {
}
});
$("#selecctall").change(function(){
$(".checkbox1").prop('checked', $(this).prop("checked"));
});
// linkify rows (except the last - the list_control_icons cell)
// on a table with a class of 'tr_hover', according to the href
// attribute of the <tr> tag