summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f1725c5)
raw | patch | inline | side by side (parent: f1725c5)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 7 May 2007 15:17:52 +0000 (15:17 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 7 May 2007 15:17:52 +0000 (15:17 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6284 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Feedback.inc | patch | blob | history | |
setup/setup_feedback.tpl | patch | blob | history |
index 4a7b0c9b8c31de76b1c33dc52a9d1564a42aa2fc..beb81dfe131e31a2de3ceab40116b38cdf452e25 100644 (file)
function update_strings()
{
- $this->s_title = _("Feedback");
- $this->s_info = _("In order to keep you up to date, you can simply check some of the options below.");
- $this->s_title_long = _("Notification and registration");
+ $this->s_title = _("Notification and feedback");
+ $this->s_info = _("Get notifications or send feedback");
+ $this->s_title_long = _("Notification and feedback");
}
function execute()
index 7d6ffaf2af788ac373d8717969b5f53ce3029ef0..319f46a47010da5a0018aecaa6b63d2fb0ca230b 100644 (file)
--- a/setup/setup_feedback.tpl
+++ b/setup/setup_feedback.tpl
<h2>
<input {if $subscribe} checked {/if} type='checkbox' name='subscribe' value='1' class='center'> {t}Subscribe to the gosa-announce mailinglist{/t}
</h2>
-
+ <p>
{t}When checking this option, GOsa will try to connect http://oss.gonicus.de in order to subscribe you to the gosa-announce mailing list. You've to confirm this by mail.{/t}
-
+ </p>
<table>
<tr>
<td>
</tr>
<tr>
<td>
- {t}eMail{/t}{$must}
+ {t}Mail address{/t}{$must}
</td>
<td>
<input name='eMail' type='text' value='{$eMail}' style='width:300px;'>
<p> </p>
<h2>
<input {if $use_gosa_announce} checked {/if} type='checkbox' name='use_gosa_announce' value='1' class='center'> {t}Send feedback to the GOsa project team{/t}
- </h2>
+ </h2>
+ <p>
{t}When checking this option, GOsa will try to connect http://oss.gonicus.de in order to submit your form anonymously.{/t}
- <br><b>{t}Generic{/t}</b>
+ </p>
+ <b>{t}Generic{/t}</b>
<table>
<tr>
- <td>
+ <td style='vertical-align:top'>
{t}Did the setup procedure help you to get started?{/t}
</td>
<td>
</td>
</tr>
<tr>
- <td>
+ <td style='vertical-align:top'>
{t}If not, what problems did you encounter{/t}:
</td>
<td>
- <textarea name='problems_encountered' rows='4' cols='20'style='width:100%'>{$problems_encountered}</textarea>
+ <textarea name='problems_encountered' rows='4' cols='50' style='width:100%'>{$problems_encountered}</textarea>
</td>
</tr>
<tr>
- <td>
+ <td style='vertical-align:top'>
{t}Is this the first time you use GOsa?{/t}
</td>
<td>
<input {if $first_use} checked {/if} type='radio' name='first_use' value='1'>{t}Yes{/t}
<br>
- <input {if !$first_use} checked {/if} type='radio' name='first_use' value='0'>{t}No{/t}
- </td>
- </tr>
- <tr>
- <td></td>
- <td>
+ <input {if !$first_use} checked {/if} type='radio' name='first_use' value='0'>{t}No{/t},
{t}I use it since{/t}
<select name='use_since' title='{t}Select the year since when you are using GOsa{/t}'>
{html_options options=$years}
</select>
- </td>
+ </td>
</tr>
<tr>
- <td>
- {t}What operation system / distribution do you use?{/t}
+ <td style='vertical-align:top'>
+ {t}What operating system / distribution do you use?{/t}
</td>
<td>
- <input type='text' name='distribution' value='{$distribution}'>
+ <input type='text' name='distribution' size=50 value='{$distribution}'>
</td>
</tr>
<tr>
- <td>
+ <td style='vertical-align:top'>
{t}What web server do you use?{/t}
</td>
<td>
- <input type='text' name='web_server' value='{$web_server}'>
+ <input type='text' size=50 name='web_server' value='{$web_server}'>
</td>
</tr>
<tr>
- <td>
+ <td style='vertical-align:top'>
{t}What PHP version do you use?{/t}
</td>
<td>
- <input type='text' name='php_version' value='{$php_version}'>
+ <input type='text' size=50 name='php_version' value='{$php_version}'>
</td>
</tr>
</table>
<br><b>{t}LDAP{/t}</b>
<table>
<tr>
- <td>{t}What kind of LDAP server(s) do you use?{/t}
+ <td style='vertical-align:top'>
+ {t}What kind of LDAP server(s) do you use?{/t}
</td>
- <td><input type='text' name='ldap_server' value='{$ldap_server}'>
+ <td><input type='text' name='ldap_server' size=50 value='{$ldap_server}'>
</td>
</tr>
<tr>
<td>{t}How many objects are in your LDAP?{/t}
</td>
- <td><input type='text' name='object_count' value='{$object_count}'>
+ <td><input type='text' name='object_count' size=50 value='{$object_count}'>
</td>
</tr>
</table>
<br><b>{t}Features{/t}</b>
<table>
<tr>
- <td>{t}What features of GOsa do you use?{/t}
+ <td style='vertical-align:top'>{t}What features of GOsa do you use?{/t}
</td>
<td>
{foreach from=$features_used item=data key=key}
</td>
</tr>
<tr>
- <td>{t}What features do you want to see in next versions of GOsa?{/t}
+ <td style="vertical-align:top">{t}What features do you want to see in future versions of GOsa?{/t}
</td>
- <td><textarea name='want_to_see_next'>{$want_to_see_next}</textarea>
+ <td><textarea name='want_to_see_next' cols=50 rows=3>{$want_to_see_next}</textarea>
</td>
</tr>
</table>