basic information architecture for the theming app
This commit is contained in:
parent
20d250a674
commit
363b76faee
|
@ -0,0 +1,3 @@
|
|||
#theming input {
|
||||
width: 17em;
|
||||
}
|
|
@ -4,8 +4,22 @@
|
|||
script('theming', 'settings-admin');
|
||||
style('theming', 'settings-admin')
|
||||
?>
|
||||
<div id="ncTheming" class="section">
|
||||
<div id="theming" class="section">
|
||||
<h2><?php p($l->t('Theming')); ?></h2>
|
||||
Hello World
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<input class="theming-name" type="text" placeholder="<?php p($l->t('Name')); ?>"></input>
|
||||
</p>
|
||||
<p>
|
||||
<input class="theming-address" type="text" placeholder="<?php p($l->t('Web address https://…')); ?>"></input>
|
||||
</p>
|
||||
<p>
|
||||
<input class="theming-slogan" type="text" placeholder="<?php p($l->t('Slogan')); ?>"></input>
|
||||
</p>
|
||||
<p>
|
||||
<input class="theming-color" type="text" placeholder="<?php p($l->t('Color #0082c9')); ?>"></input>
|
||||
</p>
|
||||
<p>
|
||||
<input class="theming-logo" type="text" placeholder="<?php p($l->t('Logo')); ?>"></input>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue