research: payg-report полная копия репы (все файлы, без .git)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<!---moved to layout--->
|
||||
<!---<cfif thisTag.executionMode IS "end" OR NOT thisTag.hasEndTag>
|
||||
<cfparam name="ATTRIBUTES.backUrl" type="string" default="."/>
|
||||
<cfparam name="ATTRIBUTES.enable" type="boolean" default="No"/>
|
||||
<cfoutput>
|
||||
<div class="row" style="margin:0px;">
|
||||
<div class="col-sm-3" style="padding: 0px;">
|
||||
<button type="submit" name="save" class="btn btn-secondary" style="width: 100%; padding: 6px 0px;"<cfif NOT ATTRIBUTES.enable> disabled</cfif>>#request.i18("Сохранить","Save")#</button>
|
||||
</div>
|
||||
<div class="col-sm-6" style="padding: 0px 5px;">
|
||||
<button type="submit" name="saveAndClose" class="btn btn-secondary" style="width: 100%; padding: 6px 0px;"<cfif NOT ATTRIBUTES.enable> disabled</cfif>>#request.i18("Сохранить и закрыть","Save and Close")#</button>
|
||||
</div>
|
||||
<div class="col-sm-3" style="padding: 0px;">
|
||||
<button type="button" name="close" class="btn btn-secondary" style="width: 100%; padding: 6px 0px;" onClick="document.location.href='#ATTRIBUTES.backUrl#'">#request.i18("Закрыть","Close")#</button>
|
||||
</div>
|
||||
</div>
|
||||
</cfoutput>
|
||||
</cfif>--->
|
||||
Reference in New Issue
Block a user