summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 164e728)
raw | patch | inline | side by side (parent: 164e728)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sat, 30 Jan 2010 11:39:32 +0000 (11:39 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sat, 30 Jan 2010 11:39:32 +0000 (11:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15491 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-plugins/fai/admin/fai/classSelect/selectClass-list.tpl b/gosa-plugins/fai/admin/fai/classSelect/selectClass-list.tpl
index 3043f9e8dec0344ce4812d1e5f7899f6f4432609..e5d170fe71cf6be13217303100d7c550bb68a97d 100644 (file)
<input type='image' src='images/empty.png' name='no_action_posted' value='do_nothing' alt='' style='width:2px;height:2px;'>
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=2>
+<table summary="" style="width:100%;height:100%; vertical-align:top; text-align:left;" cellpadding=2>
<tr>
- <td style="vertical-align:top; width:50%;">
+ <td style="vertical-align:top; width:100%;">
<div class="contentboxh">
<p class="contentboxh"> {$HEADLINE} {$SIZELIMIT}</p>
</div>
<div style='height:4px;'>
</div>
-
- <input type="hidden" id="d_save" value="450">
- <input type="hidden" id="d_space" value="760">
{$LIST}
</td>
- <td style='vertical-align:top'>
+ <td style='vertical-align:top:min-width:250px'>
{$FILTER}
</td>
</tr>
diff --git a/gosa-plugins/fai/admin/fai/class_faiManagement.inc b/gosa-plugins/fai/admin/fai/class_faiManagement.inc
index bd9db783416e8693b5bbcd627cc1506669e8f804..5d4a08cf724e9e37986b0dca32712ca1df510aa6 100644 (file)
protected $objectName = "FAI object";
// Attributes Managed by this plugin can be used in post events
- protected $attributes = array("lock_type","lock_name","lock_dn");
+ public $attributes = array("lock_type","lock_name","lock_dn");
var $dispNewBranch=false;
var $dispNewFreeze=false;
index 0b2cc7960d8217345b20541c36a612f2f11cacce..bc45133df654473f73dd344c257a34e938fd9ed7 100644 (file)
<input type='image' src='images/empty.png' name='no_action_posted' value='do_nothing' alt='' style='width:2px;height:2px;'>
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=2>
+<table summary="" style="width:100%;height:100%; vertical-align:top; text-align:left;" cellpadding=2>
<tr>
- <td style="vertical-align:top; width:50%;">
+ <td style="vertical-align:top; width:100%;">
<div class="contentboxh">
<p class="contentboxh"> {$HEADLINE} {$SIZELIMIT}</p>
</div>
<div class="contentboxb">
- <div style='background:white;padding:0px;padding:3px;'>
+ <div style='background:white;padding:3px;'>
<table><tr>
<td>{$ROOT} </td><td>{$BACK} </td><td>{$HOME} </td><td>{$RELOAD} </td><td>{$SEPARATOR} </td><td><img src='images/rocket.png' alt='' class='center'></td><td> {$ACTIONS}</td>
</tr></table>
<div style='height:4px;'>
</div>
-
- <input type="hidden" id="d_save" value="450">
- <input type="hidden" id="d_space" value="760">
{$LIST}
</td>
- <td style='vertical-align:top'>
+ <td style='vertical-align:top;min-width:250px'>
{$FILTER}
</td>
</tr>
diff --git a/gosa-plugins/fai/admin/fai/packageSelect/selectPackage-list.tpl b/gosa-plugins/fai/admin/fai/packageSelect/selectPackage-list.tpl
index 344a065a0ae352f3ecfb25cd69a96444b143040b..f90d81ef7e04b9ef76d1902a0ebeea24299a1616 100644 (file)
<input type='image' src='images/empty.png' name='no_action_posted' value='do_nothing' alt='' style='width:2px;height:2px;'>
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=2>
+<table summary="" style="width:100%;height:100%; vertical-align:top; text-align:left;" cellpadding=2>
<tr>
- <td style="vertical-align:top; width:50%;">
+ <td style="vertical-align:top; width:100%;">
<div class="contentboxh">
<p class="contentboxh"> {$HEADLINE} {$SIZELIMIT}</p>
</div>
<div style='height:4px;'>
</div>
-
- <input type="hidden" id="d_save" value="450">
- <input type="hidden" id="d_space" value="760">
{$LIST}
</td>
- <td style='vertical-align:top'>
+ <td style='vertical-align:top;min-width:250px'>
{$FILTER}
</td>
</tr>