Adding last changes applied in cases list and login pages
This commit is contained in:
@@ -663,7 +663,11 @@
|
||||
.pmdynaform-file-container,
|
||||
.pmdynaform-file-container-dotted,
|
||||
.pmdynaform-link,
|
||||
.pmdynaform-multiplefile-control,
|
||||
.pmdynaform-multiplefile-control {
|
||||
display: none;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.pmdynaform-multiplefile-box,
|
||||
.pm-multiplefile-grid,
|
||||
.multiplefile-icon,
|
||||
@@ -720,7 +724,6 @@
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
.content-print {
|
||||
position: absolute;
|
||||
overflow: visible !important;
|
||||
}
|
||||
}
|
||||
@@ -743,7 +746,6 @@
|
||||
.pmdynaform-field .glyphicon-info-sign {
|
||||
float: right;
|
||||
z-index: 2;
|
||||
width: 8px;
|
||||
height: fit-content;
|
||||
padding-left: 4px;
|
||||
}
|
||||
@@ -975,6 +977,14 @@ a.form-control {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.pmdynaform-spaceHint {
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.modal-title-upload-modal {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
@@ -2774,6 +2784,7 @@ textarea {
|
||||
width: 100%;
|
||||
color: #555151;
|
||||
background: #f1f1f1;
|
||||
white-space: inherit;
|
||||
}
|
||||
|
||||
.has-error .btn-uploadfile {
|
||||
@@ -2851,11 +2862,6 @@ textarea {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.pmdynaform-field-multipleFile {
|
||||
padding-bottom: 15px !important;
|
||||
padding-top: 15px !important;
|
||||
}
|
||||
|
||||
.multiplefile-title {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
@@ -127,6 +127,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>
|
||||
@@ -211,11 +213,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"
|
||||
@@ -294,6 +298,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>
|
||||
@@ -370,9 +376,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"
|
||||
@@ -471,9 +479,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>
|
||||
@@ -532,7 +542,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']%>"
|
||||
@@ -622,11 +634,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"
|
||||
@@ -666,7 +680,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>
|
||||
@@ -704,6 +718,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>
|
||||
@@ -810,9 +826,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>
|
||||
@@ -877,9 +895,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>
|
||||
@@ -927,9 +947,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>
|
||||
@@ -1031,9 +1053,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>
|
||||
@@ -1173,8 +1197,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>
|
||||
@@ -1871,7 +1896,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>
|
||||
@@ -1994,7 +2019,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">
|
||||
|
||||
@@ -126,6 +126,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>
|
||||
@@ -210,11 +212,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"
|
||||
@@ -293,6 +297,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>
|
||||
@@ -369,9 +375,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"
|
||||
@@ -470,9 +478,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>
|
||||
@@ -531,7 +541,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']%>"
|
||||
@@ -621,11 +633,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"
|
||||
@@ -665,7 +679,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>
|
||||
@@ -703,6 +717,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>
|
||||
@@ -809,9 +825,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>
|
||||
@@ -876,9 +894,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>
|
||||
@@ -926,9 +946,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>
|
||||
@@ -1030,9 +1052,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>
|
||||
@@ -1172,8 +1196,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>
|
||||
@@ -1870,7 +1895,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>
|
||||
@@ -1993,7 +2018,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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -26,6 +26,10 @@
|
||||
<script type="text/javascript" src="/lib/pmdynaform/libs/html5/html5.js"></script>
|
||||
<script type="text/javascript" src="/lib/pmdynaform/libs/respondjs/respond.min.js"></script>
|
||||
<script type="text/javascript" src="/lib/pmdynaform/libs/bootstrap-notify-3.1.3/bootstrap-notify.min.js"></script>
|
||||
<script type="text/javascript" src="/lib/pmdynaform/libs/decimal/decimal.js"></script>
|
||||
<script type="module">
|
||||
import Decimal from '/lib/pmdynaform/libs/decimal/decimal_m.js';
|
||||
</script>
|
||||
</head>
|
||||
<body style="height:100%">
|
||||
<div id="container" style="height:100%;display:none;"></div>
|
||||
@@ -121,6 +125,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>
|
||||
@@ -205,11 +211,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"
|
||||
@@ -288,6 +296,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>
|
||||
@@ -364,9 +374,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"
|
||||
@@ -465,9 +477,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>
|
||||
@@ -526,7 +540,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']%>"
|
||||
@@ -616,11 +632,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"
|
||||
@@ -660,7 +678,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>
|
||||
@@ -698,6 +716,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>
|
||||
@@ -804,9 +824,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>
|
||||
@@ -871,9 +893,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>
|
||||
@@ -921,9 +945,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>
|
||||
@@ -1025,9 +1051,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>
|
||||
@@ -1167,8 +1195,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>
|
||||
@@ -1865,7 +1894,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>
|
||||
@@ -1988,7 +2017,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">
|
||||
|
||||
4934
workflow/public_html/lib/pmdynaform/libs/decimal/decimal.js
Normal file
4934
workflow/public_html/lib/pmdynaform/libs/decimal/decimal.js
Normal file
File diff suppressed because it is too large
Load Diff
4898
workflow/public_html/lib/pmdynaform/libs/decimal/decimal_m.js
Normal file
4898
workflow/public_html/lib/pmdynaform/libs/decimal/decimal_m.js
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user