fix app rendering
This commit is contained in:
parent
779cab047a
commit
f66aa336ac
@ -1,8 +1,7 @@
|
|||||||
.app-container {
|
.app-container {
|
||||||
float: left;
|
float: left;
|
||||||
width: 150px;
|
width: 148px;
|
||||||
height: 180px;
|
margin: 20px;
|
||||||
padding: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-name {
|
.app-name {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<h2>{{$banner}}</h2>
|
<h2>{{$banner}}</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="section-content-wrapper">
|
<div class="clearfix section-content-wrapper">
|
||||||
<form action="appman" method="post">
|
<form action="appman" method="post">
|
||||||
{{if $guid}}
|
{{if $guid}}
|
||||||
<input type="hidden" name="guid" value="{{$guid}}" />
|
<input type="hidden" name="guid" value="{{$guid}}" />
|
||||||
@ -33,7 +33,7 @@
|
|||||||
{{include file="field_textarea.tpl" field=$embed}}
|
{{include file="field_textarea.tpl" field=$embed}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<input type="submit" name="submit" value="{{$submit}}" />
|
<button class="btn btn-primary float-right" type="submit" name="submit" value="{{$submit}}">{{$submit}}</button>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
@ -9,10 +9,9 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
<h2>{{$title}}{{if $cat}} - {{$cat}}{{/if}}</h2>
|
<h2>{{$title}}{{if $cat}} - {{$cat}}{{/if}}</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="section-content-wrapper">
|
<div class="clearfix section-content-wrapper">
|
||||||
{{foreach $apps as $ap}}
|
{{foreach $apps as $ap}}
|
||||||
{{$ap}}
|
{{$ap}}
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
<div class="clear"></div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="prvmail-text">{{$yourmessage}}</label>
|
<label for="prvmail-text">{{$yourmessage}}</label>
|
||||||
<textarea class="form-control" id="prvmail-text" name="body">{{$text}}</textarea>
|
<textarea class="form-control" id="prvmail-text" name="body"{{if $new}} style="height: 10em;"{{/if}}>{{$text}}</textarea>
|
||||||
</div>
|
</div>
|
||||||
<div id="prvmail-submit-wrapper" class="form-group">
|
<div id="prvmail-submit-wrapper" class="form-group">
|
||||||
<div id="prvmail-submit" class="float-right btn-group">
|
<div id="prvmail-submit" class="float-right btn-group">
|
||||||
|
Reference in New Issue
Block a user