[vhffs-dev] [1961] fixed some create template |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1961
Author: gradator
Date: 2012-01-28 13:06:08 +0100 (Sat, 28 Jan 2012)
Log Message:
-----------
fixed some create template
Modified Paths:
--------------
trunk/vhffs-panel/templates/mailinglist/create.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/web/create.tt
Modified: trunk/vhffs-panel/templates/mailinglist/create.tt
===================================================================
--- trunk/vhffs-panel/templates/mailinglist/create.tt 2012-01-27 21:12:08 UTC (rev 1960)
+++ trunk/vhffs-panel/templates/mailinglist/create.tt 2012-01-28 12:06:08 UTC (rev 1961)
@@ -1,4 +1,4 @@
-<form class="table-like" method="post" action="#" class="largeLabel" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" accept-charset="utf-8">
<p>[% 'Group owning this mailing list:' | i18n | html %]
[% group.get_groupname | html %]
</p>
Modified: trunk/vhffs-panel/templates/mysql/create.tt
===================================================================
--- trunk/vhffs-panel/templates/mysql/create.tt 2012-01-27 21:12:08 UTC (rev 1960)
+++ trunk/vhffs-panel/templates/mysql/create.tt 2012-01-28 12:06:08 UTC (rev 1961)
@@ -1,4 +1,4 @@
-<form class="table-like" method="post" action="#" class="largeLabel" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" 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 2012-01-27 21:12:08 UTC (rev 1960)
+++ trunk/vhffs-panel/templates/object/resubmit.tt 2012-01-28 12:06:08 UTC (rev 1961)
@@ -1,4 +1,4 @@
-<form class="table-like" method="post" action="#" class="largeLabel" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" 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 2012-01-27 21:12:08 UTC (rev 1960)
+++ trunk/vhffs-panel/templates/pgsql/create.tt 2012-01-28 12:06:08 UTC (rev 1961)
@@ -1,4 +1,4 @@
-<form class="table-like" method="post" action="#" class="largeLabel" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" 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/web/create.tt
===================================================================
--- trunk/vhffs-panel/templates/web/create.tt 2012-01-27 21:12:08 UTC (rev 1960)
+++ trunk/vhffs-panel/templates/web/create.tt 2012-01-28 12:06:08 UTC (rev 1961)
@@ -1,4 +1,4 @@
-<form class="table-like" method="post" action="#" class="largeLabel" accept-charset="utf-8">
+<form class="table-like" method="post" action="#" accept-charset="utf-8">
<p>
<label>[% 'Owner group for this web area:' | i18n | html %]</label>
[% group.get_groupname %]