Adding last changes applied in cases list and login pages
This commit is contained in:
@@ -143,6 +143,8 @@
|
||||
<% if (group === "form") { %>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%-hint%>"></span>
|
||||
<%}else{%>
|
||||
<span class="pmdynaform-spaceHint"></span>
|
||||
<%}%>
|
||||
<% } %>
|
||||
<span class="content-print"></span>
|
||||
@@ -227,11 +229,13 @@
|
||||
<%}%>
|
||||
><%-value%></textarea>
|
||||
|
||||
<% if (group === "form") { %>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%-hint%>"></span>
|
||||
<%}%>
|
||||
<% } %>
|
||||
<% if (group === "form") { %>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%-hint%>"></span>
|
||||
<%}else{%>
|
||||
<span class="pmdynaform-spaceHint"></span>
|
||||
<%}%>
|
||||
<% } %>
|
||||
<input type="hidden"
|
||||
<% if ( group === "grid") { %>
|
||||
id = "form<%-id%>_label"
|
||||
@@ -310,6 +314,8 @@
|
||||
<% if (group === "form") { %>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%-hint%>"></span>
|
||||
<%}else{%>
|
||||
<span class="pmdynaform-spaceHint"></span>
|
||||
<%}%>
|
||||
<% } %>
|
||||
</div>
|
||||
@@ -386,9 +392,11 @@
|
||||
<% } %>
|
||||
</div>
|
||||
<% if (group === "form") { %>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%-hint%>"></span>
|
||||
<%}%>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%-hint%>"></span>
|
||||
<%}else{%>
|
||||
<span class="pmdynaform-spaceHint"></span>
|
||||
<%}%>
|
||||
<% } %>
|
||||
</div>
|
||||
<input type="hidden"
|
||||
@@ -487,9 +495,11 @@
|
||||
<%}%>
|
||||
>
|
||||
<% if (group === "form") { %>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%-hint%>"></span>
|
||||
<%}%>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%-hint%>"></span>
|
||||
<%}else{%>
|
||||
<span class="pmdynaform-spaceHint"></span>
|
||||
<%}%>
|
||||
<% } %>
|
||||
</div>
|
||||
<span class="content-print"></span>
|
||||
@@ -548,7 +558,9 @@
|
||||
</select>
|
||||
<% if (group === "form") { %>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="top" title="<%-hint%>"></span>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%-hint%>"></span>
|
||||
<%}else{%>
|
||||
<span class="pmdynaform-spaceHint"></span>
|
||||
<%}%>
|
||||
<% } %>
|
||||
<input type="hidden" value="<%-data['label']%>"
|
||||
@@ -638,11 +650,13 @@
|
||||
<% if(disabled === true){%>disabled<%}%>
|
||||
<% if(multiple === true){%>multiple<%}%>
|
||||
>
|
||||
<%if (group === "form"){%>
|
||||
<% if (group === "form") { %>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%-hint%>"></span>
|
||||
<%}else{%>
|
||||
<span class="pmdynaform-spaceHint"></span>
|
||||
<%}%>
|
||||
<%}%>
|
||||
<% } %>
|
||||
<input type="hidden"
|
||||
<% if (group === "grid") { %>
|
||||
id = "form<%-id%>_label"
|
||||
@@ -682,7 +696,7 @@
|
||||
<div id="<%-id%>" class="<%-namespace%>-field-<%-type%> <%if (group === 'form'){%> form-group col-sm-<%-colSpan%> col-md-<%-colSpan%> col-lg-<%-colSpan%> <%}%> <%-namespace%>-<%-mode%>-<%-type%> pmdynaform-field">
|
||||
<% if(group === "form") {%>
|
||||
<div class="col-sm-<%-colSpanLabel%> col-md-<%-colSpanLabel%> col-lg-<%-colSpanLabel%>">
|
||||
<label for="form[<%-id%>]" class="control-label pmdynaform-label">
|
||||
<label class="control-label pmdynaform-label">
|
||||
<span class="textlabel"><%=label%></span>
|
||||
<%if(required){%>
|
||||
<span class="pmdynaform-field-required">*</span>
|
||||
@@ -720,6 +734,8 @@
|
||||
<% if (group === "form") { %>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%-hint%>"></span>
|
||||
<%}else{%>
|
||||
<span class="pmdynaform-spaceHint"></span>
|
||||
<%}%>
|
||||
<% } %>
|
||||
</div>
|
||||
@@ -826,9 +842,11 @@
|
||||
>
|
||||
</div>
|
||||
<% if (group === "form") { %>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%=hint%>"></span>
|
||||
<%}%>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%-hint%>"></span>
|
||||
<%}else{%>
|
||||
<span class="pmdynaform-spaceHint"></span>
|
||||
<%}%>
|
||||
<% } %>
|
||||
</div>
|
||||
</div>
|
||||
@@ -893,9 +911,11 @@
|
||||
>
|
||||
</div>
|
||||
<% if (group === "form") { %>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%=hint%>"></span>
|
||||
<%}%>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%-hint%>"></span>
|
||||
<%}else{%>
|
||||
<span class="pmdynaform-spaceHint"></span>
|
||||
<%}%>
|
||||
<% } %>
|
||||
</div>
|
||||
</div>
|
||||
@@ -943,9 +963,11 @@
|
||||
<span class="pmdynaform-image-comment text-primary"><%-comment%></span>
|
||||
</p>
|
||||
<% if (group === "form") { %>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%-hint%>"></span>
|
||||
<%}%>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%-hint%>"></span>
|
||||
<%}else{%>
|
||||
<span class="pmdynaform-spaceHint"></span>
|
||||
<%}%>
|
||||
<% } %>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1047,9 +1069,11 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<% if (group === 'form') { %>
|
||||
<% if (group === "form") { %>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class='glyphicon glyphicon-info-sign' data-toggle='tooltip' data-placement='bottom' title='<%-hint%>'></span>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%-hint%>"></span>
|
||||
<%}else{%>
|
||||
<span class="pmdynaform-spaceHint"></span>
|
||||
<%}%>
|
||||
<% } %>
|
||||
</div>
|
||||
@@ -1189,8 +1213,9 @@ is called to PMDynaform.view.Radio method "_setOptions()"
|
||||
</select>
|
||||
<% if (group === "form") { %>
|
||||
<%if (hint !== "" && hint !== null){%>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-placement="bottom"
|
||||
title="<%-hint%>"></span>
|
||||
<span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" data-container="body" data-placement="bottom" title="<%-hint%>"></span>
|
||||
<%}else{%>
|
||||
<span class="pmdynaform-spaceHint"></span>
|
||||
<%}%>
|
||||
<% } %>
|
||||
<span class="content-print"></span>
|
||||
@@ -1887,7 +1912,7 @@ is called to PMDynaform.view.Radio method "_setOptions()"
|
||||
class="<%-namespace%>-field-<%-type%> <%-namespace%>-<%-mode%>-<%-type%> <%if (group === 'form'){%> form-group col-sm-<%-colSpan%> col-md-<%-colSpan%> col-lg-<%-colSpan%> pmdynaform-field<%}%>">
|
||||
<div class="row">
|
||||
<div class="col-sm-<%-colSpanLabel%> col-md-<%-colSpanLabel%> col-lg-<%-colSpanLabel%>">
|
||||
<label for="<%-name%>" class="control-label pmdynaform-label">
|
||||
<label class="control-label pmdynaform-label">
|
||||
<span data-toggle="tooltip" data-container="body" data-placement="bottom" class="textlabel"><%= label %></span>
|
||||
<%if(required){%>
|
||||
<span class="pmdynaform-field-required">*</span>
|
||||
@@ -2010,7 +2035,7 @@ is called to PMDynaform.view.Radio method "_setOptions()"
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
<h4 class="modal-title"> </h4>
|
||||
<span class="modal-title-upload-modal"> </span>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user