AC-617 changed callback generation icon to a magic wand, which will hopefully satiate jlaska.

This commit is contained in:
Chris Houseknecht 2013-11-13 18:38:42 +00:00
parent 8d72192849
commit 7a2bc539d4

View File

@ -525,7 +525,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies', 'Utilities'])
if (field.genMD5) {
html += "<span class=\"input-group-btn\"><button type=\"button\" class=\"btn btn-default\" ng-click=\"genMD5('" + fld + "')\" " +
"aw-tool-tip=\"Generate " + field.label + "\" data-placement=\"top\" id=\"" + this.form.name + "_" + fld + "_gen_btn\">" +
"<i class=\"icon-repeat\"></i></button></span>\n</div>\n";
"<i class=\"icon-magic\"></i></button></span>\n</div>\n";
}
// Add error messages