Code

Updated sizelimit dialog
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 13 Apr 2010 10:54:59 +0000 (10:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 13 Apr 2010 10:54:59 +0000 (10:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17615 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/ihtml/themes/modern/sizelimit.tpl

index 94b226f6a374ea7a0ce9ee0bbe3add848dbed2cd..7397de0c8deaf42c45e5f2f4db210775dae4a45b 100644 (file)
@@ -1,18 +1,19 @@
-<h1>{$warning}</h1>
+<h3>{$warning}</h3>
 <p>
 {t}The size limit option makes LDAP operations faster and saves the LDAP server from getting too much load. The easiest way to handle big databases without long timeouts would be to limit your search to smaller values and use filters to get the entries you are looking for.{/t}
 </p>
-<p>
-<b>{t}Please choose the way to react for this session{/t}:</b>
-</p>
 
+<hr>
+
+<b>{t}Please choose the way to react for this session{/t}:</b>
+<p>
 <input type="radio" name="action" value="ignore">{t}ignore this error and show all entries the LDAP server returns{/t}<br>
 <input type="radio" name="action" value="limited" checked>{t}ignore this error and show all entries that fit into the defined sizelimit and let me use filters instead{/t}<br>
 <input type="radio" name="action" value="newlimit">{$limit_message}
-
-<p class="plugbottom">
- <button type='submit' name='set_size_action'>{t}Set{/t}</button>
-
 </p>
+<hr>
+<div class="plugin-actions">
+ <button type='submit' name='set_size_action'>{t}Set{/t}</button>
+</div>
 
 <input type="hidden" name="ignore">