[vhffs-dev] [1895] Fixed some general presentation issues. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1895
Author: beuss
Date: 2011-07-25 23:00:34 +0200 (Mon, 25 Jul 2011)
Log Message:
-----------
Fixed some general presentation issues.
Modified Paths:
--------------
trunk/vhffs-panel/templates/admin/broadcast/create.tt
trunk/vhffs-panel/templates/admin/misc/su.tt
trunk/vhffs-panel/templates/admin/object/edit.tt
trunk/vhffs-panel/templates/admin/tag/category/create.tt
trunk/vhffs-panel/templates/admin/tag/category/edit.tt
trunk/vhffs-panel/templates/admin/tag/create.tt
trunk/vhffs-panel/templates/admin/tag/edit.tt
trunk/vhffs-panel/templates/admin/tag/request/details.tt
trunk/vhffs-panel/templates/anonymous/login.tt
trunk/vhffs-panel/templates/anonymous/lost-password.tt
trunk/vhffs-panel/templates/anonymous/subscribe.tt
trunk/vhffs-panel/templates/bazaar/create.tmpl
trunk/vhffs-panel/templates/bazaar/create.tt
trunk/vhffs-panel/templates/cron/prefs.tt
trunk/vhffs-panel/templates/cvs/create.tt
trunk/vhffs-panel/templates/database/prefs.tt
trunk/vhffs-panel/templates/dns/create.tt
trunk/vhffs-panel/templates/dns/prefs.tt
trunk/vhffs-panel/templates/git/create.tt
trunk/vhffs-panel/templates/group/create.tt
trunk/vhffs-panel/templates/group/prefs.tt
trunk/vhffs-panel/templates/group/tags.tt
trunk/vhffs-panel/templates/mail/create.tt
trunk/vhffs-panel/templates/mail/prefs.tt
trunk/vhffs-panel/templates/mailinglist/create.tt
trunk/vhffs-panel/templates/mailinglist/prefs.tt
trunk/vhffs-panel/templates/mercurial/create.tt
trunk/vhffs-panel/templates/misc/alert.tt
trunk/vhffs-panel/templates/mysql/create.tt
trunk/vhffs-panel/templates/object/resubmit.tt
trunk/vhffs-panel/templates/pgsql/create.tt
trunk/vhffs-panel/templates/repository/create.tt
trunk/vhffs-panel/templates/repository/prefs.tt
trunk/vhffs-panel/templates/scm/prefs.tt
trunk/vhffs-panel/templates/svn/create.tt
trunk/vhffs-panel/templates/user/prefs.tt
trunk/vhffs-panel/templates/web/create.tt
trunk/vhffs-panel/templates/web/prefs.tt
trunk/vhffs-public/templates/content/groupsearch-form.tt
trunk/vhffs-public/templates/content/usersearch-form.tt
trunk/vhffs-themes/light-grey/main.css
Modified: trunk/vhffs-panel/templates/admin/broadcast/create.tt
===================================================================
--- trunk/vhffs-panel/templates/admin/broadcast/create.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/admin/broadcast/create.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,6 +1,6 @@
<h1>[% 'Send an email to all hosted people' | i18n | html %]</h1>
-<form method="post" action="/admin/broadcast/create.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="/admin/broadcast/create.pl" accept-charset="utf-8">
<p>
<label for="SUBJECT">[% 'Subject:' | i18n | html %]</label>
<input type="text" name="SUBJECT" id="SUBJECT" value="[% subject | html %]"/>
Modified: trunk/vhffs-panel/templates/admin/misc/su.tt
===================================================================
--- trunk/vhffs-panel/templates/admin/misc/su.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/admin/misc/su.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,6 +1,6 @@
<h1>[% 'Change user ID' | i18n | html %]</h1>
-<form method="post" action="/admin/su.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="/admin/su.pl" accept-charset="utf-8">
<p><label for="TEXT">[% 'Username:' | i18n | html %]</label>
<input type="text" name="user" id="user" /></p>
<p class="button" id="buttonSend">
Modified: trunk/vhffs-panel/templates/admin/object/edit.tt
===================================================================
--- trunk/vhffs-panel/templates/admin/object/edit.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/admin/object/edit.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,7 +1,7 @@
[% USE date %]
<h1>[% 'Object administration' | i18n | html %]</h1>
-<form method="post" action="/admin/object/edit.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="/admin/object/edit.pl" accept-charset="utf-8">
<p>
<label>[% 'Object ID:' | i18n | html %]</label>
[% object.get_oid %]
Modified: trunk/vhffs-panel/templates/admin/tag/category/create.tt
===================================================================
--- trunk/vhffs-panel/templates/admin/tag/category/create.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/admin/tag/category/create.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form name="createTagCategory" accept-charset="utf-8" method="post">
+<form class="table-like" name="createTagCategory" accept-charset="utf-8" method="post">
<p><label for="label">[% 'Label:' | i18n | html %]</label>
<input type="text" name="label" id="label" value="[% label | html %]"/></p>
<p><label for="description">[% 'Description:' | i18n | html %]</label>
Modified: trunk/vhffs-panel/templates/admin/tag/category/edit.tt
===================================================================
--- trunk/vhffs-panel/templates/admin/tag/category/edit.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/admin/tag/category/edit.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form name="updateTagCategory" accept-charset="utf-8" method="post" action="#">
+<form class="table-like" name="updateTagCategory" accept-charset="utf-8" method="post" action="#">
<p><label for="label">[% 'Label:' | i18n | html %]</label>
<input type="text" name="label" id="label" value="[% category.label | html %]"/></p>
<p><label for="description">[% 'Description:' | i18n | html %]</label>
Modified: trunk/vhffs-panel/templates/admin/tag/create.tt
===================================================================
--- trunk/vhffs-panel/templates/admin/tag/create.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/admin/tag/create.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form name="createTag" accept-charset="utf-8" method="post">
+<form class="table-like" name="createTag" accept-charset="utf-8" method="post">
<p><label for="category">[% 'Category:' | i18n | html %]</label>
<select name="category_id" id="category">
[% FOREACH c IN categories %]
Modified: trunk/vhffs-panel/templates/admin/tag/edit.tt
===================================================================
--- trunk/vhffs-panel/templates/admin/tag/edit.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/admin/tag/edit.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form name="updateTag" accept-charset="utf-8" method="post" action="#">
+<form class="table-like" name="updateTag" accept-charset="utf-8" method="post" action="#">
<p><label for="category">[% 'Category:' | i18n | html %]</label>
<select name="category_id" id="category">
[% FOREACH c IN categories %]
Modified: trunk/vhffs-panel/templates/admin/tag/request/details.tt
===================================================================
--- trunk/vhffs-panel/templates/admin/tag/request/details.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/admin/tag/request/details.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -7,7 +7,7 @@
<p class="info">[% 'You can either accept the request (and possibly change the name of the tag/category) or reattach it to an existing category and/or tag. If you choose to create a category, you\'ve to create the tag too.' | i18n | html %]</p>
<fieldset>
<legend>[% 'Manage request' | i18n | html %]</legend>
-<form name="manageTagRequestForm" id="manageTagRequestForm" action="/admin/tag/request/details.pl" method="post">
+<form class="table-like" name="manageTagRequestForm" id="manageTagRequestForm" action="/admin/tag/request/details.pl" method="post">
<div style="width:50%;float:left">
<h3>Category</h3>
<p><select name="category" id="tagRequestCategorySelect">
Modified: trunk/vhffs-panel/templates/anonymous/login.tt
===================================================================
--- trunk/vhffs-panel/templates/anonymous/login.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/anonymous/login.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -6,7 +6,7 @@
<h1>[% 'Welcome on %s' | i18n | pretty_print(hostname) %]</h1>
[% END %]
- <form action="/auth.pl" method="post" accept-charset="utf-8">
+ <form class="table-like" action="/auth.pl" method="post" accept-charset="utf-8">
<h2>[% 'Please enter your username and password' | i18n %]</h2>
[% INCLUDE 'misc/errors.tt' %]
[% INCLUDE 'misc/infos.tt' %]
Modified: trunk/vhffs-panel/templates/anonymous/lost-password.tt
===================================================================
--- trunk/vhffs-panel/templates/anonymous/lost-password.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/anonymous/lost-password.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -5,7 +5,7 @@
<h1>[% 'You lost your password? You\'re a bad guy!' | i18n | html %]</h1>
-<form action="/lost_ack.pl" method="post" accept-charset="utf-8">
+<form class="table-like" action="/lost_ack.pl" method="post" accept-charset="utf-8">
<p>[% 'But fortunately we\'re smart, so just type your login here and a new password will be sent to you by email!' | i18n | html %]</p>
<p>
<label for="username">
Modified: trunk/vhffs-panel/templates/anonymous/subscribe.tt
===================================================================
--- trunk/vhffs-panel/templates/anonymous/subscribe.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/anonymous/subscribe.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -5,7 +5,7 @@
<h1>[% 'Subscription' | i18n | html %]</h1>
<p class="info">[% 'Please fill in all fields, you\'ll be sent a mail containing your password' | i18n | html %]</p>
<div class="subscribe">
- <form method="post" action="subscribe.pl" accept-charset="utf-8">
+ <form class="table-like" method="post" action="subscribe.pl" accept-charset="utf-8">
[% INCLUDE 'misc/errors.tt' %]
<p>
<label for="USERNAME">
Modified: trunk/vhffs-panel/templates/bazaar/create.tmpl
===================================================================
--- trunk/vhffs-panel/templates/bazaar/create.tmpl 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/bazaar/create.tmpl 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form method="post" action="#" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" accept-charset="utf-8">
<p>
<label>
<TMPL_VAR ESCAPE=1 NAME="GROUP_NAME">:
Modified: trunk/vhffs-panel/templates/bazaar/create.tt
===================================================================
--- trunk/vhffs-panel/templates/bazaar/create.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/bazaar/create.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form method="post" action="#" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" accept-charset="utf-8">
<p>
<label>[% 'Owner group for this Bazaar repository:' | i18n | html %]</label>
[% group.get_groupname | html %]
Modified: trunk/vhffs-panel/templates/cron/prefs.tt
===================================================================
--- trunk/vhffs-panel/templates/cron/prefs.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/cron/prefs.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,7 +1,7 @@
[% USE date %]
<fieldset>
<legend>[% 'Options' | i18n | html %]</legend>
-<form method="post" action="/cron/prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="/cron/prefs.pl" accept-charset="utf-8">
<p>
<label for="name">[% 'Path:' | i18n | html %]</label>
[% cron.cronpath | html %]
Modified: trunk/vhffs-panel/templates/cvs/create.tt
===================================================================
--- trunk/vhffs-panel/templates/cvs/create.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/cvs/create.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form method="post" action="#" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" accept-charset="utf-8">
<p>
<label>[% 'Owner group for this CVS repository:' | i18n | html %]</label>
[% group.get_groupname | html %]
Modified: trunk/vhffs-panel/templates/database/prefs.tt
===================================================================
--- trunk/vhffs-panel/templates/database/prefs.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/database/prefs.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form method="post" action="/[% type | html %]/prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="/[% type | html %]/prefs.pl" accept-charset="utf-8">
<p>
<label>[% 'Name of the database:' | i18n | html %]</label>
[% db.get_dbname | html %]
Modified: trunk/vhffs-panel/templates/dns/create.tt
===================================================================
--- trunk/vhffs-panel/templates/dns/create.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/dns/create.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form method="post" action="create.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="create.pl" accept-charset="utf-8">
<p>[% 'Be careful ! You must give the reason why you want to host this domain on our servers.' | i18n | html %]</p>
[% IF help_url %]
<p>[% 'Please read the %sdocumentation%s carefully before submitting your request' | i18n | html | pretty_print('<a href="' _ help_url _ '">', '</a>') %]</p>
Modified: trunk/vhffs-panel/templates/dns/prefs.tt
===================================================================
--- trunk/vhffs-panel/templates/dns/prefs.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/dns/prefs.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -8,7 +8,7 @@
[% END %]
[% FOREACH a IN sorted_a %]
-<form method="post" action="prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p>
<label for="data_[% a.id %]">[% (a.name == '@' ? dns.get_domain : a.name) | html %]-></label>
<input type="text" name="data" id="data_[% a.id %]" value="[% a.data | html %]" />
@@ -22,7 +22,7 @@
[% END # a In sorted_a %]
<h3>[% 'Add a A record' | i18n | html %]</h3>
-<form method="post" action="prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p class="help">[% 'Use @ for ORIGIN (%s)' | i18n| pretty_print(dns.get_domain) | html %]</p>
<p>
<label for="add_a_prefix">[% 'Name for the record:' | i18n | html %]</label>
@@ -57,7 +57,7 @@
[% END %]
[% FOREACH aaaa IN sorted_aaaa %]
-<form method="post" action="prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p>
<label for="data_[% aaaa.id %]">[% (aaaa.name == '@' ? dns.get_domain : aaaa.name) | html %]-></label>
<input type="text" name="data" id="data_[% aaaa.id %]" value="[% aaaa.data | html %]" />
@@ -71,7 +71,7 @@
[% END # aaaa IN sorted_aaaa %]
<h3>[% 'Add a AAAA record' | i18n | html %]</h3>
-<form method="post" action="prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p class="help">[% 'Use @ for ORIGIN (%s)' | i18n| pretty_print(dns.get_domain) | html %]</p>
<p>
<label for="add_aaaa_prefix">[% 'Name for the record:' | i18n | html %]</label>
@@ -105,7 +105,7 @@
[% END %]
[% FOREACH mx IN sorted_mx %]
-<form method="post" action="prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p><label for="data_[% mx.id %]">
[% (mx.name == '@' ? dns.get_domain : mx.name) | html %] ([% 'Priority:' | i18n | html %] [% mx.aux | html %])->
</label>
@@ -120,7 +120,7 @@
[% END %]
<h3>[% 'Add a MX record' | i18n | html %]</h3>
-<form method="post" action="prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p class="help">[% 'Use @ for ORIGIN (%s)' | i18n| pretty_print(dns.get_domain) | html %]</p>
<p>
<label for="add_mx_prefix">[% 'Name of the record:' | i18n | html %]</label>
@@ -150,7 +150,7 @@
[% END %]
[% FOREACH cname IN sorted_cname %]
-<form method="post" action="prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p>
<label for="data_[% cname.id %]">[% (cname.name == '@' ? dns.get_domain : cname.name) | html %]-></label>
<input type="text" name="data" id="data_[% cname.id %]"value="[% cname.data | html %]" />
@@ -165,7 +165,7 @@
<h3>[% 'Add a CNAME record' | i18n | html %]</h3>
-<form method="post" action="prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p>
<label for="add_cname_name">[% 'Subdomain name:' | i18n | html %]</label>
<input type="text" name="name" id="add_cname_name" /><strong>.[% dns.get_domain | html %]</strong>
@@ -190,7 +190,7 @@
[% END %]
[% FOREACH ns IN sorted_ns %]
-<form method="post" action="prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p>
<label>[% (ns.name == '@' ? dns.get_domain : ns.name) | html %] -> [% ns.data | html %]</label>
<input type="hidden" name="action" value="manage_ns" />
@@ -202,7 +202,7 @@
[% END %]
<h3>[% 'Add a NS record' | i18n | html %]</h3>
-<form method="post" action="prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p><label for="add_ns_prefix">[% 'Name of the record:' | i18n | html %]</label>
<input type="text" name="name" id="add_ns_prefix"/><strong>.[% dns.get_domain | html %]</strong></p>
<p><label for="add_ns_data">[% 'Host of your name server:' | i18n | html %]</label>
@@ -220,7 +220,7 @@
[% END %]
[% FOREACH srv IN sorted_srv %]
-<form method="post" action="prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p>
<label>[% srv.name | html %] -></label>
<input type="text" name="host" id="host_[% srv.id %]" value="[% srv.host | html %]" title="[% 'Host' | i18n | html %]"/>
@@ -236,7 +236,7 @@
</form>
[% END %]
<h3>[% 'Add a SRV record' | i18n | html %]</h3>
-<form method="post" action="prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p class="help">[% 'Use @ for ORIGIN (%s)' | i18n| pretty_print(dns.get_domain) | html %]</p>
<p><label for="add_srv_name">[% 'Record name:' | i18n | html %]</label>
<input type="text" name="name" id="add_srv_name" /><strong>.[% dns.get_domain | html %]</strong></p>
@@ -267,7 +267,7 @@
[% END %]
[% FOREACH txt IN sorted_txt %]
-<form method="post" action="prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p>
<label for="data_[% txt.id %]">[% (txt.name == '@' ? dns.get_domain : txt.name) | html %]</label>
<input type="text" name="data" id="data_[% txt.id %]" value="[% txt.data | html %]" />
@@ -281,7 +281,7 @@
[% END %]
<h3>[% 'Add a TXT record' | i18n | html %]</h3>
-<form method="post" action="prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p class="help">[% 'Use @ for ORIGIN (%s)' | i18n| pretty_print(dns.get_domain) | html %]</p>
<p>
<label for="add_txt_prefix">[% 'Record name:' | i18n | html %]</label>
Modified: trunk/vhffs-panel/templates/git/create.tt
===================================================================
--- trunk/vhffs-panel/templates/git/create.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/git/create.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form method="post" action="#" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" accept-charset="utf-8">
<p>
<label>[% 'Owner group for this Git repository:' | i18n | html %]</label>
[% group.get_groupname | html %]
Modified: trunk/vhffs-panel/templates/group/create.tt
===================================================================
--- trunk/vhffs-panel/templates/group/create.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/group/create.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form method="post" action="#" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" accept-charset="utf-8">
<p>
<label>[% 'Owner:' | i18n | html %]
</label>
Modified: trunk/vhffs-panel/templates/group/prefs.tt
===================================================================
--- trunk/vhffs-panel/templates/group/prefs.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/group/prefs.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -2,14 +2,14 @@
<h2>[% group.get_groupname | html %]</h2>
-<form method="post" action="#" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" accept-charset="utf-8">
<p>
<label>[% 'Project owner:' | i18n | html %]</label>
[% group.get_owner_username() | html %]
</p>
<p><label for="realname" class="realname">[% 'Project full name:' | i18n | html %]</label><input type="text" size="30" maxlength="100" value="[% group.get_realname | html %]" name="realname" id="realname"/></p>
- <p><label for="description" class="description">[% 'Project description:' | i18n | html %]</label></p>
- <p><textarea name="description" id="description" class="description" cols="45" rows="7">[% group.get_description %]</textarea></p>
+ <p><label for="description" class="description">[% 'Project description:' | i18n | html %]</label>
+ <textarea name="description" id="description" class="description" cols="45" rows="7">[% group.get_description %]</textarea></p>
<p class="button" id="buttonModify">
<input type="hidden" name="group" value="[% group.get_groupname | html %]"/>
<input type="submit" value="[% 'Modify' | i18n | html %]" name="update_desc_submit"/>
@@ -20,7 +20,7 @@
<h2>[% 'Project contact' | i18n | html %]</h2>
<p>
[% 'We offer you the possibility to forward emails from %s@%s.' | i18n | pretty_print(group.get_groupname, mailgroup.config.domain) %]
-<form action="#" method="post" accept-charset="utf-8">
+<form class="table-like" action="#" method="post" accept-charset="utf-8">
[% 'Forward emails from %s@%s to ' | i18n | pretty_print(group.get_groupname, mailgroup.config.domain) %]
<input type="text" name="contact_email" id="contact_email" value="[% mailgroup.getforward %]"/>
<input type="hidden" name="group" value="[% group.get_groupname %]"/>
@@ -39,7 +39,7 @@
[% END %]
[% FOREACH u IN group_users %]
[% IF u.active %]
-<form action="#" method="post" accept-charset="utf-8">
+<form class="table-like" action="#" method="post" accept-charset="utf-8">
<input type="hidden" name="uid" value="[% u.uid %]"/>
<input type="hidden" name="group" value="[% g.get_groupname | html %]"/>
<p><label>[% u.username | html %] ([% u.firstname | html %] [% u.lastname | html %])</label>
@@ -61,7 +61,7 @@
<a name="add_user"></a>
<h3>[% 'Add a user in this group' | i18n | html %]</h3>
-<form method="post" action="prefs.pl#add_user" accept-charset="utf-8">
+<form class="table-like" method="post" action="prefs.pl#add_user" accept-charset="utf-8">
<p>
<label for="username_add">
[% 'Username:' | i18n | html %]
@@ -76,7 +76,7 @@
[% IF add_user_info %]<p class="info">[% add_user_info | html %]</p>[% END %]
[% FOREACH u IN add_user_list %]
-<form action="#" method="post" accept-charset="utf-8">
+<form class="table-like" action="#" method="post" accept-charset="utf-8">
<input type="hidden" name="uid" value="[% u.uid %]"/>
<input type="hidden" name="group" value="[% group.get_groupname | html %]"/>
<p><label>[% u.username | html %] ([% u.firstname | html %] [% u.lastname | html %])</label>
@@ -91,7 +91,7 @@
<h3>[% 'Current logo' | i18n | html %]</h3>
<p><img src="../getavatar.pl?oid=[% group.get_oid %]" alt="[% 'Group logo' | i18n | html %]"/></p>
<h3>[% 'Update logo' | i18n | html %]</h3>
-<form method="post" action="../object/upavatar.pl" enctype="multipart/form-data" accept-charset="utf-8">
+<form class="table-like" method="post" action="../object/upavatar.pl" enctype="multipart/form-data" accept-charset="utf-8">
<p>[% 'You can upload a custom logo for your group.' | i18n | html %]</p>
<input type="hidden" name="OID" value="[% group.get_oid %]"/>
<p><input type="file" name="avatar"/></p>
@@ -110,7 +110,7 @@
[% INCLUDE 'admin/object/edit.tt'
object = group %]
<h2>[% 'Group quota' | i18n | html %]</h2>
- <form method="post" action="#">
+ <form class="table-like" method="post" action="#">
<p><label>[% 'Space used:' | i18n | html %]</label>[% group.get_quota_used %]/[% group.get_quota %] [% 'MB' | i18n | html %]</p>
<p><label for="new_quota">[% 'New quota:' | i18n | html %]</label>
<input type="text" name="new_quota" id="new_quota" value="[% group.get_quota %]"/> [% 'MB' | i18n | html %]</p>
Modified: trunk/vhffs-panel/templates/group/tags.tt
===================================================================
--- trunk/vhffs-panel/templates/group/tags.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/group/tags.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -22,7 +22,7 @@
[% END # c IN tag_categories %]
</ul>
<h3>[% 'Request a new tag' | i18n | html %]</h3>
-<form name="requestTagForm" action="#" method="post">
+<form class="table-like" name="requestTagForm" action="#" method="post">
<p><label for="requestTagCategory">[% 'Category:' | i18n | html %]</label>
<input type="text" name="category" id="requestTagCategory"/>
</p>
Modified: trunk/vhffs-panel/templates/mail/create.tt
===================================================================
--- trunk/vhffs-panel/templates/mail/create.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/mail/create.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form method="post" action="#" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" accept-charset="utf-8">
<p>
<label>[% 'Group owning this mail domain:' | i18n | html %]</label>
[% group.get_groupname | html %]
Modified: trunk/vhffs-panel/templates/mail/prefs.tt
===================================================================
--- trunk/vhffs-panel/templates/mail/prefs.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/mail/prefs.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,7 +1,7 @@
[% UNLESS catchall_type == 'none' %]
<h2>[% 'Catchall address' | i18n | html %]</h2>
-<form method="post" action="/mail/prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="/mail/prefs.pl" accept-charset="utf-8">
<p>[% 'Catchall address receive all emails for which no box nor forward exists on this domain.' | i18n | html %]</p>
[% IF catchall_type == 'open' %]
<p>
@@ -37,7 +37,7 @@
<fieldset>
<legend>[% b.local_part _ '@' _ b.domain | html %]</legend>
[% IF b.state == constants.object_statuses.ACTIVATED %]
- <form method="post" action="prefs.pl" accept-charset="utf-8">
+ <form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p>[% 'New password:' | i18n | html %]<input type="password" name="box_password" value=""/></p>
[% IF nospam %]
<p>[% 'Enable antispam?' | i18n | html %]
@@ -61,7 +61,7 @@
<h3>[% 'Add an account' | i18n | html %]</h3>
-<form method="post" action="prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p>
<label for="new_box_localpart">[% 'Local part (left side of the @):' | i18n | html %]</label>
<input type="text" name="localpart" id="new_box_localpart" />@[% mail.get_domain | html %]
@@ -83,7 +83,7 @@
[% FOREACH f IN sorted_forwards %]
<fieldset>
<legend>[% f.local_part _ '@' _ f.domain | html %]</legend>
- <form method="post" action="prefs.pl" accept-charset="utf-8">
+ <form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p>
<input type="text" name="forward" value="[% f.remote_name | html %]" /></p>
<p><input type="submit" value="[% 'Update forward' | i18n | html %]"
@@ -97,7 +97,7 @@
[% END %]
<h3>[% 'Add forward' | i18n | html %]</h3>
-<form method="post" action="prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p>
<label for="new_forward_localpart">[% 'Local part (left side of the @):' | i18n | html %]</label>
<input type="text" name="localpart" id="new_forward_localpart" />@[% mail.domain | html %]
Modified: trunk/vhffs-panel/templates/mailinglist/create.tt
===================================================================
--- trunk/vhffs-panel/templates/mailinglist/create.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/mailinglist/create.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form method="post" action="#" class="largeLabel" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" class="largeLabel" accept-charset="utf-8">
<p>[% 'Group owning this mailing list:' | i18n | html %]
[% group.get_groupname | html %]
</p>
Modified: trunk/vhffs-panel/templates/mailinglist/prefs.tt
===================================================================
--- trunk/vhffs-panel/templates/mailinglist/prefs.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/mailinglist/prefs.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form method="post" action="/mailinglist/prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="/mailinglist/prefs.pl" accept-charset="utf-8">
<fieldset>
<legend>[% 'Options' | i18n | html %]</legend>
<p>[% 'Prefix on subject:' | i18n | html %]
@@ -62,7 +62,7 @@
[% FOREACH m IN list.get_members.values() %]
<fieldset>
<legend>[% m.member | html %]</legend>
- <form method="post" action="prefs.pl" accept-charset="utf-8">
+ <form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<p><select name="right">
<option value="[% constants.mailinglist.RIGHT_SUB_WAITING_FOR_REPLY %]"[% ' selected="selected"' IF m.perm == constants.mailinglist.RIGHT_SUB_WAITING_FOR_REPLY %]>
[% 'Waiting for confirmation' | i18n | html %]</option>
@@ -86,7 +86,7 @@
<h3>[% 'Add members' | i18n | html %]</h3>
-<form method="post" action="prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="prefs.pl" accept-charset="utf-8">
<div style="display:none;">
<textarea name="projectmembers" id="projectmembers">[% group_emails | html %]</textarea>
</div>
Modified: trunk/vhffs-panel/templates/mercurial/create.tt
===================================================================
--- trunk/vhffs-panel/templates/mercurial/create.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/mercurial/create.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form method="post" action="#" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" accept-charset="utf-8">
<p>
<label>[% 'Owner group for this Mercurial repository:' | i18n | html %]</label>
[% group.get_groupname | html %]
Modified: trunk/vhffs-panel/templates/misc/alert.tt
===================================================================
--- trunk/vhffs-panel/templates/misc/alert.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/misc/alert.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -2,7 +2,7 @@
<h2>[% 'Here, you can send a message to the admin team' | i18n | html %]</h2>
-<form method="post" action="alert_submit.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="alert_submit.pl" accept-charset="utf-8">
<p>
<label for="MESSAGE" style="float:none">
[% 'Subject:' | i18n | html %]
Modified: trunk/vhffs-panel/templates/mysql/create.tt
===================================================================
--- trunk/vhffs-panel/templates/mysql/create.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/mysql/create.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form method="post" action="#" class="largeLabel" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" class="largeLabel" accept-charset="utf-8">
<p class="info">[% 'The database name is prefixed by your groupname followed by an underscore (%s_dbname). The database user is the database full name (%s_dbname).' | i18n | pretty_print(group.get_groupname, group.get_groupname) | html %]</p>
<p>
<label>[% 'Group owning this database:' | i18n | html %]</label>
Modified: trunk/vhffs-panel/templates/object/resubmit.tt
===================================================================
--- trunk/vhffs-panel/templates/object/resubmit.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/object/resubmit.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form method="post" action="" class="largeLabel" accept-charset="utf-8">
+<form class="table-like" method="post" action="" class="largeLabel" accept-charset="utf-8">
<p>
<label>[% 'Object type:' | i18n | html %]</label>
[% object.get_type | stringify_type | html %]
Modified: trunk/vhffs-panel/templates/pgsql/create.tt
===================================================================
--- trunk/vhffs-panel/templates/pgsql/create.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/pgsql/create.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form method="post" action="#" class="largeLabel" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" class="largeLabel" accept-charset="utf-8">
<p class="info">[% 'The database name is prefixed by your groupname followed by an underscore (%s_dbname). The database user is the database full name (%s_dbname).' | i18n | pretty_print(group.get_groupname, group.get_groupname) | html %]</p>
<p>
<label>[% 'Group owning this database:' | i18n | html %]</label>
Modified: trunk/vhffs-panel/templates/repository/create.tt
===================================================================
--- trunk/vhffs-panel/templates/repository/create.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/repository/create.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form method="post" action="#" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" accept-charset="utf-8">
<p>
<label>[% 'Group owning this repository:' | i18n | html %]</label>
[% group.get_groupname | html %]
Modified: trunk/vhffs-panel/templates/repository/prefs.tt
===================================================================
--- trunk/vhffs-panel/templates/repository/prefs.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/repository/prefs.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -20,7 +20,7 @@
object = repository %]
<h2>[% 'Repository quota' | i18n | html %]</h2>
- <form method="post" action="#">
+ <form class="table-like" method="post" action="#">
<input type="hidden" name="name" value="[% repository.get_name | html %]"/>
<p><label>[% 'Space used:' | i18n | html %]</label>[% repository.get_quota_used %]/[% repository.get_quota %] [% 'MB' | i18n | html %]</p>
<p><label for="new_quota">[% 'New quota:' | i18n | html %]</label>
Modified: trunk/vhffs-panel/templates/scm/prefs.tt
===================================================================
--- trunk/vhffs-panel/templates/scm/prefs.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/scm/prefs.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form method="post" action="/[% type %]/prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="/[% type %]/prefs.pl" accept-charset="utf-8">
<h2>[% 'Public' | i18n | html %]</h2>
<p>
<label for="is-public">[% 'Is this a public repository?' | i18n | html %]</label>
Modified: trunk/vhffs-panel/templates/svn/create.tt
===================================================================
--- trunk/vhffs-panel/templates/svn/create.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/svn/create.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form method="post" action="#" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" accept-charset="utf-8">
<p>
<label>[% 'Owner group for this SVN repository:' | i18n | html %]</label>
[% group.get_groupname | html %]
Modified: trunk/vhffs-panel/templates/user/prefs.tt
===================================================================
--- trunk/vhffs-panel/templates/user/prefs.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/user/prefs.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
- <form method="post" action="/user/prefs.pl" accept-charset="utf-8">
+ <form class="table-like" method="post" action="/user/prefs.pl" accept-charset="utf-8">
<p>
<label>[% 'Username:' | i18n | html %]</label>
<span class="formInput">[% user.get_username | html %]</span>
@@ -94,7 +94,7 @@
<input name="mail_activate" id="mail_activate" class="labeled"
type="checkbox"[% ' checked="chedcked"' IF mail_user.service.exists() %]
onchange="javascript:Element.toggle('mail_prefs');"/>
- <label for="mail_activate">[% 'Activate %s@%s email' | i18n | pretty_print(user.get_username, mail_user.domain) | html %]</label>
+ <label class="inline" for="mail_activate">[% 'Activate %s@%s email' | i18n | pretty_print(user.get_username, mail_user.domain) | html %]</label>
</p>
<div id="mail_prefs"[% ' style="display:none"' UNLESS mail_user.service.exists() %]>
<p>[% 'There are two possible usages:' | i18n | html %]</p>
@@ -103,19 +103,19 @@
<input name="mail_usage" id="mail_usage_box" value="1" type="radio"
class="labeled"[% ' checked="checked"' IF mail_user.service.exists_box && !mail_user.service.exists_forward %]
onchange="javascript:document.getElementById('mbox_options').style.display='';"/>
- <label for="mail_usage_box" >[% 'Use VHFFS servers to manage this mail.' | i18n | html %]
+ <label class="inline" for="mail_usage_box" >[% 'Use VHFFS servers to manage this mail.' | i18n | html %]
<br/>[% 'You should use use the host pop.%s or imap.%s to fetch your mails.' | i18n | pretty_print(mail_user.domain, mail_user.domain) | html %]</label>
</p>
<div id="mbox_options"[% ' style="display:none"' UNLESS mail_user.service.exists_box && !mail_user.service.exists_forward %]>
[% IF mail_user.nospam %]
<p><input name="mail_nospam" id="mail_nospam" type="checkbox"
class="labeled"[% ' checked="checked"' IF mail_user.service.use_nospam %]/>
- <label for="mail_nospam">[% 'Activate anti-spam protection' | i18n | html %]</label></p>
+ <label class="inline" for="mail_nospam">[% 'Activate anti-spam protection' | i18n | html %]</label></p>
[% END %]
[% IF mail_user.novirus %]
<p><input name="mail_novirus" id="mail_novirus" type="checkbox"
class="labeled"[% ' checked="checked"' IF mail_user.service.use_novirus %]/>
- <label for="mail_novirus">[% 'Activate anti-virus protection' | i18n | html %]</label></p>
+ <label class="inline" for="mail_novirus">[% 'Activate anti-virus protection' | i18n | html %]</label></p>
[% END %]
</div>
<p>
@@ -123,7 +123,7 @@
id="mail_usage_foward" value="2" class="labeled"
type="radio"[% ' checked="checked"' IF mail_user.service.exists_forward %]
onchange="javascript:document.getElementById('mbox_options').style.display='none';" />
- <label for="mail_usage_foward">[% 'Forward emails from %s@%s to %s' | i18n | pretty_print(user.get_username, mail_user.domain, user.get_mail) | html %]</label>
+ <label class="inline" for="mail_usage_foward">[% 'Forward emails from %s@%s to %s' | i18n | pretty_print(user.get_username, mail_user.domain, user.get_mail) | html %]</label>
</p>
</div>
@@ -145,16 +145,15 @@
[% IF use_avatars %]
<h2>[% 'Send my avatar' | i18n | html %]</h2>
- <form method="post" action="/object/upavatar.pl" enctype="multipart/form-data" accept-charset="utf-8">
+ <form class="table-like" method="post" action="/object/upavatar.pl" enctype="multipart/form-data" accept-charset="utf-8">
<h3>[% 'Current avatar' | i18n | html %]</h3>
<img alt="[% 'User\'s avatar' | i18n | html %]" src="/getavatar.pl?oid=[% user.get_oid %]"/>
<p>[% 'The avatar is a PNG image that will appear next to your username in the public section.' | i18n | html %]
</p>
<input type="hidden" name="OID" value="[% user.get_oid %]"/>
- <input type="file" name="avatar" tabindex="1" size="45"/>
- <br/>
- <input type="submit" value="[% 'Update my avatar' | i18n | html %]" />
+ <p><input type="file" name="avatar" tabindex="1" size="45"/></p>
+ <p><input type="submit" value="[% 'Update my avatar' | i18n | html %]" /></p>
</form>
[% END %]
@@ -187,7 +186,7 @@
[% INCLUDE 'admin/object/edit.tt'
object = user %]
<h2>[% 'IRC nick'%]</h2>
- <form method="post" action="#">
+ <form class="table-like" method="post" action="#">
<input type="hidden" name="name" value="[% user.get_username | html %]"/>
<p><label for="user_ircnick">[% 'IRC nickname:' | i18n | html %]</label>
<input name="ircnick" id="user_ircnick" value="[% user.get_ircnick | html %]" type="text" />
@@ -195,7 +194,7 @@
<p><input type="submit" name="update_ircnick_submit" value="[% 'Update IRC nick' | i18n | html %]"/></p>
</form>
<h2>[% 'User\'s permissions' | i18n | html %]</h2>
- <form method="post" action="#">
+ <form class="table-like" method="post" action="#">
<input type="hidden" name="name" value="[% user.get_username %]"/>
<p><label for="user_permissions">[% 'User\'s permissions:' | i18n | html %]</label>
<select name="permissions" id="user_permissions">
Modified: trunk/vhffs-panel/templates/web/create.tt
===================================================================
--- trunk/vhffs-panel/templates/web/create.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/web/create.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,4 +1,4 @@
-<form method="post" action="#" class="largeLabel" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" class="largeLabel" accept-charset="utf-8">
<p>
<label>[% 'Owner group for this web area:' | i18n | html %]</label>
[% group.get_groupname %]
Modified: trunk/vhffs-panel/templates/web/prefs.tt
===================================================================
--- trunk/vhffs-panel/templates/web/prefs.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-panel/templates/web/prefs.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,6 +1,6 @@
<h1>[% 'Web area administration' | i18n | html %]</h1>
-<form method="post" action="/web/prefs.pl" accept-charset="utf-8">
+<form class="table-like" method="post" action="/web/prefs.pl" accept-charset="utf-8">
<p>
<label>[% 'Address (Servername):' | i18n | html %]</label>
[% web.get_servername | html %]
Modified: trunk/vhffs-public/templates/content/groupsearch-form.tt
===================================================================
--- trunk/vhffs-public/templates/content/groupsearch-form.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-public/templates/content/groupsearch-form.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -33,9 +33,9 @@
</ul>
[% END %]
<h2>[% 'Advanced search' | i18n %]</h2>
-<p><label for="groupname">[% 'Groupname' | i18n %]:</label>
+<p><label class="own-line" for="groupname">[% 'Groupname' | i18n %]:</label>
<input type="text" maxlength="50" id="groupname" name="groupname"/></p>
-<p><label for="description">[% 'Description' | i18n %]:</label>
+<p><label class="own-line" for="description">[% 'Description' | i18n %]:</label>
<textarea name="description" id="description" cols="100" rows="10"></textarea></p>
<p class="submit"><input type="submit" value="[% 'OK' | i18n %]" name="searchSubmit" id="AdvancedSearchGroupFormSubmit"/></p>
</form>
Modified: trunk/vhffs-public/templates/content/usersearch-form.tt
===================================================================
--- trunk/vhffs-public/templates/content/usersearch-form.tt 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-public/templates/content/usersearch-form.tt 2011-07-25 21:00:34 UTC (rev 1895)
@@ -1,6 +1,6 @@
<h1>[% 'User search' | i18n%]</h1>
<form action="usersearch.pl" method="post" id="SearchUserForm">
-<p><label for="username">[% 'Username' | i18n %]:</label>
+<p><label class="own-line" for="username">[% 'Username' | i18n %]:</label>
<input type="text" maxlength="50" id="username" name="username"/></p>
<p class="submit"><input type="submit" value="[% 'OK' | i18n %]" name="searchSubmit" id="SearchUserFormSubmit"/></p>
</form>
Modified: trunk/vhffs-themes/light-grey/main.css
===================================================================
--- trunk/vhffs-themes/light-grey/main.css 2011-07-25 21:00:17 UTC (rev 1894)
+++ trunk/vhffs-themes/light-grey/main.css 2011-07-25 21:00:34 UTC (rev 1895)
@@ -566,7 +566,8 @@
h2 {
margin: 0px;
- margin-bottom: 5px;
+ margin-top: 10px;
+ margin-bottom: 10px;
padding: 0px;
color: rgb(88, 144, 168);
font-weight: bold;
@@ -614,12 +615,6 @@
text-decoration: none;
}
-.content-login label {
- display: block;;
- float: left;;
- width: 150px;
-}
-
.content-login form#loginForm {
width: 410px;
margin: 0 auto 0 auto;
@@ -671,23 +666,31 @@
background-color: rgb(210, 210, 210);
}
-.content2 textarea {
- width: 500px;
- height: 200px;
-}
-
#public-content textarea {
width: 400px;
height: 150px;
}
label {
+ font-size: 12px;
+}
+
+label.own-line {
display: block;
margin-bottom: 0.2em;
position: relative;
- font-size: 12px;
}
+form.table-like label.inline {
+ width: auto;
+}
+
+form.table-like label {
+ display: inline-block;
+ vertical-align: top;
+ width: 150px;
+}
+
.vhffs-tool-tip {
top: 0px;
display: block;
@@ -968,7 +971,7 @@
/* Paragraphs */
p {
- margin: 0px 0px 0.5em 0px;
+ margin: 0.5em 0px 0.5em 0px;
padding: 0px;
line-height: 1.3em;
font-family: arial, sans serif;