mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 13:51:55 +00:00
commit
f5eb79e939
@ -233,6 +233,7 @@
|
||||
"link.admin.users" : "Users",
|
||||
"link.admin.organisation" : "Organisation",
|
||||
"link.admin.system" : "System",
|
||||
"link.admin.products" : "Products",
|
||||
"link.profile" : "Profile",
|
||||
"link.settings" : "Settings",
|
||||
"link.logout" : "LogOut",
|
||||
|
||||
26
html/products/products.html
Normal file
26
html/products/products.html
Normal file
@ -0,0 +1,26 @@
|
||||
<div class="row paddedleft paddedtop">
|
||||
<div class="span6">
|
||||
<div class="list-group">
|
||||
<a class="list-group-item" href="#/loanproducts">
|
||||
<h4 class="list-group-item-heading"><i class="icon-tags icon-large"></i> {{ 'link.products.loanproducts' | translate }}</h4>
|
||||
<p class="list-group-item-text">Add new loan prodcut or modify or inactivate loan prodcut.</p>
|
||||
</a>
|
||||
<a class="list-group-item" href="#/charges">
|
||||
<h4 class="list-group-item-heading"><i class="icon-calendar icon-puzzle-piece"></i> {{ 'link.products.charges' | translate }}</h4>
|
||||
<p class="list-group-item-text">Define chnarges/penalties for loan product</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span6">
|
||||
<div class="list-group">
|
||||
<a class="list-group-item" href="#/savingproducts">
|
||||
<h4 class="list-group-item-heading"><i class="icon-large icon-briefcase"></i> {{ 'link.products.savingproducts' | translate }}</h4>
|
||||
<p class="list-group-item-text">Add new saving prodcut or modify or inactivate saving prodcut.</p>
|
||||
</a>
|
||||
<a class="list-group-item" href="#">
|
||||
<h4 class="list-group-item-heading"><i class="icon-large icon-random"></i> {{ 'link.products.productsmix' | translate }}</h4>
|
||||
<p class="list-group-item-text">Defines rules for taking multiple rules</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -130,6 +130,7 @@
|
||||
<li><a href="#/userslist">{{ 'link.admin.users' | translate }}</a></li>
|
||||
<li><a href="#/organization">{{ 'link.admin.organisation' | translate }}</a></li>
|
||||
<li><a href="#/system">{{ 'link.admin.system' | translate }}</a></li>
|
||||
<li><a href="#/products">{{ 'link.admin.products' | translate }}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
@ -10,6 +10,9 @@
|
||||
.when('/home', {
|
||||
templateUrl: 'html/home.html'
|
||||
})
|
||||
.when('/products', {
|
||||
templateUrl: 'html/products/products.html'
|
||||
})
|
||||
.when('/admin/roles', {
|
||||
templateUrl: 'html/administration/roles.html'
|
||||
})
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
}
|
||||
|
||||
.paddedleft80 {
|
||||
padding-left: 80px;
|
||||
padding-left: 8%;
|
||||
}
|
||||
|
||||
.paddedleft {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user