changed desktop modules now using font-awesome instead of noun project fonts

This commit is contained in:
Rushabh Mehta
2012-12-21 18:27:40 +05:30
parent 380d7c6a53
commit d3c9fb6b3b
9 changed files with 22 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
wn.home_page = "desktop";
$.extend(wn.modules, {
"Selling": {
link: "selling-home",
@@ -62,7 +63,7 @@ $.extend(wn.modules, {
icon: "icon-group"
},
"Setup": {
link: "hr-home",
link: "Setup",
color: "#484848",
icon: "icon-wrench"
},
@@ -102,6 +103,8 @@ erpnext.module_page.setup_page = function(module, wrapper) {
$(wrapper).find("a[title]").tooltip({
delay: { show: 500, hide: 100 }
});
wrapper.appframe.add_home_breadcrumb();
wrapper.appframe.add_breadcrumb(wn.modules[module].icon);
}
// hide list links where the user does