git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4_0@12783
dcc99617-32d9-48b4-a31d-
7c20da2025e4
g.templates = robj['staff_client.copy_editor.templates'];
}
util.widgets.remove_children('template_placeholder');
- var list = util.functional.map_object_to_list( g.templates, function(obj,i) { return [i, i]; } );
+ var list = util.functional.map_object_to_list( g.templates, function(obj,i) { return [i, i]; } ).sort();
g.template_menu = util.widgets.make_menulist( list );
g.template_menu.setAttribute('id','template_menu');