|
Revision 13559, 0.9 KB
(checked in by plg, 14 months ago)
|
|
import theme Simple version 2.5.4
- improve media-queries for small resolutions
- limit width of descriptions - combine files
- bugfix for the admin option
|
| Line | |
|---|
| 1 | <div class="titrePage"> |
|---|
| 2 | <h2>Simple Theme Configuration</h2> |
|---|
| 3 | </div> |
|---|
| 4 | |
|---|
| 5 | <form method="post" class="properties" action="" class="properties"> |
|---|
| 6 | <div> |
|---|
| 7 | <fieldset> |
|---|
| 8 | <legend>{'Albums'|@translate}</legend> |
|---|
| 9 | <ul> |
|---|
| 10 | <li><label> |
|---|
| 11 | <span class="property">{'Album title and description'|@translate}</span> |
|---|
| 12 | <select name="albumDisplay" style="min-width:150px;"> |
|---|
| 13 | <option value="column" {if ($options.albumDisplay=="column")}selected="selected"{/if}>{'under the album thumbnail'|@translate}</option> |
|---|
| 14 | <option value="line" {if ($options.albumDisplay=="line")}selected="selected"{/if}>{'next to the album thumbnail'|@translate}</option> |
|---|
| 15 | </select> |
|---|
| 16 | </label></li> |
|---|
| 17 | </ul> |
|---|
| 18 | </fieldset> |
|---|
| 19 | </div> |
|---|
| 20 | <p><input class="submit" type="submit" value="{'Save Settings'|@translate}" name="submit" /></p> |
|---|
| 21 | </form> |
|---|