mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
display : in group_list.tpl - wrong form class, mixed html tags, ...
display : suppress bullets in admin->synchronize and checkbox under select display : set standard font size to 12pt (untill better solution found) git-svn-id: http://piwigo.org/svn/trunk@898 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2005-10-18 chrisaga
|
||||
|
||||
* display : in group_list.tpl - wrong form class, mixed html tags, ...
|
||||
|
||||
* display : suppress bullets in admin->synchronize and checkbox under select
|
||||
|
||||
* display : set standard font size to 12pt
|
||||
|
||||
2005-10-17 Pierrick LE GALL
|
||||
|
||||
* improvement: use new function get_language_filepath in about.php
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
<!-- $Id$ -->
|
||||
<h2>{lang:title_groups}</h2>
|
||||
|
||||
<form class="filter" method="post" name="add_user" action="{F_ADD_ACTION}">
|
||||
<form method="post" name="add_user" action="{F_ADD_ACTION}" class="properties">
|
||||
<fieldset>
|
||||
<legend>{lang:Add group}</legend>
|
||||
<label>{lang:Group name} <input type="text" name="groupname" maxlength="50" size="20" /></label>
|
||||
<input type="submit" name="submit_add" value="{lang:Add}" />
|
||||
<label>{lang:Group name}</label><input type="text" name="groupname" maxlength="50" size="20" />
|
||||
<p><input type="submit" name="submit_add" value="{lang:Add}" /></p>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
|
||||
@@ -73,14 +73,17 @@
|
||||
|
||||
<fieldset>
|
||||
<legend>{L_UPDATE_CATS_SUBSET}</legend>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<select style="width:500px" name="cat" size="10">
|
||||
<!-- BEGIN category_option -->
|
||||
<option {introduction.category_option.SELECTED} value="{introduction.category_option.VALUE}">{introduction.category_option.OPTION}</option>
|
||||
<!-- END category_option -->
|
||||
</select>
|
||||
</li>
|
||||
|
||||
<label><input type="checkbox" name="subcats-included" value="1" {SUBCATS_INCLUDED_CHECKED} /> {L_SEARCH_SUBCATS_INCLUDED}</label>
|
||||
<li><label><input type="checkbox" name="subcats-included" value="1" {SUBCATS_INCLUDED_CHECKED} /> {L_SEARCH_SUBCATS_INCLUDED}</label></li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
|
||||
<p class="bottomButtons">
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
BODY {
|
||||
margin: 5px;
|
||||
padding: 0;
|
||||
font-size: 100%;
|
||||
font-size: 12px;
|
||||
font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
|
||||
text-align: center; /* be nice to IE5 */
|
||||
}
|
||||
@@ -194,13 +194,13 @@ FORM.filter INPUT[type="submit"] {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
FORM.properties UL, FORM#quickconnect UL {
|
||||
FORM.properties UL, FORM#quickconnect UL, FORM#update UL {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
FORM.properties LI, FORM#quickconnect UL {
|
||||
FORM.properties LI, FORM#quickconnect UL, FORM#update UL {
|
||||
margin-bottom: 0.5em;
|
||||
padding: 0;
|
||||
line-height: 1.8em;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#imageHeaderBar H2 {
|
||||
/*margin: 1ex 0; override default-layout for less bottom-margin */
|
||||
text-align: center;
|
||||
padding-top: 0;
|
||||
padding: 0;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user