Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hubzilla
core
Commits
f66aa336
Commit
f66aa336
authored
Mar 27, 2017
by
Mario
Browse files
fix app rendering
parent
779cab04
Changes
4
Hide whitespace changes
Inline
Side-by-side
view/css/mod_apps.css
View file @
f66aa336
.app-container
{
float
:
left
;
width
:
150px
;
height
:
180px
;
padding
:
20px
;
width
:
148px
;
margin
:
20px
;
}
.app-name
{
...
...
view/tpl/app_create.tpl
View file @
f66aa336
...
...
@@ -3,7 +3,7 @@
<h2>
{
{
$banner
}
}
</h2>
</div>
<div
class=
"section-content-wrapper"
>
<div
class=
"
clearfix
section-content-wrapper"
>
<form
action=
"appman"
method=
"post"
>
{
{
if
$guid
}
}
<input
type=
"hidden"
name=
"guid"
value=
"{
{
$guid
}
}"
/>
...
...
@@ -33,7 +33,7 @@
{
{
include
file
=
"field_textarea.tpl"
field
=
$embed
}
}
{
{/
if
}
}
<
input
type=
"submit"
name=
"submit"
value=
"{
{
$submit
}
}"
/
>
<
button
class=
"btn btn-primary float-right"
type=
"submit"
name=
"submit"
value=
"{
{
$submit
}
}"
>
{
{
$submit
}
}
</button
>
</form>
</div>
...
...
view/tpl/myapps.tpl
View file @
f66aa336
...
...
@@ -9,10 +9,9 @@
{
{/
if
}
}
<h2>
{
{
$title
}
}{
{
if
$cat
}
} - {
{
$cat
}
}{
{/
if
}
}
</h2>
</div>
<div
class=
"section-content-wrapper"
>
<div
class=
"
clearfix
section-content-wrapper"
>
{
{
foreach
$apps
as
$ap
}
}
{
{
$ap
}
}
{
{/
foreach
}
}
<div
class=
"clear"
></div>
</div>
</div>
view/tpl/prv_message.tpl
View file @
f66aa336
...
...
@@ -28,7 +28,7 @@
{
{/
if
}
}
<div
class=
"form-group"
>
<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
id=
"prvmail-submit-wrapper"
class=
"form-group"
>
<div
id=
"prvmail-submit"
class=
"float-right btn-group"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment