🧲 New features Custom user role permissions Employee edit form updated Employee daily task list Attendance and employee distribution charts on dashboard Improvements to company structure and company assets module Improved tables for displaying data in several modules Faster data loading (specially for employee module) Initials based profile pictures Re-designed login page Re-designed user profile page Improvements to filtering New REST endpoints for employee qualifications 🐛 Bug fixes Fixed, issue with managers being able to create performance reviews for employees who are not their direct reports Fixed, issues related to using full profile image instead of using smaller version of profile image Changing third gender to other Improvements and fixes for internal frontend data caching
12 lines
554 B
HTML
12 lines
554 B
HTML
<div class="row" id="field__id_">
|
|
<label class="control-label col-sm-3" for="_id_">_label_</label>
|
|
<div class="controls col-sm-6">
|
|
<textarea class="form-control code" type="textarea" rows="4" id="_id_" name="_id_" _validation_ _placeholder_></textarea>
|
|
</div>
|
|
<div class="controls col-sm-3">
|
|
<div id="help__id_" class="fa fa-info-circle help-info _hidden_class_help_"
|
|
onclick="modJs.showMessage('Tip','_helpline_')"></div>
|
|
<span id="help_err__id_" class="help_error_message"></span>
|
|
</div>
|
|
</div>
|