Code

replaced plugbottom by pluin-actions
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Mar 2010 14:42:38 +0000 (14:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Mar 2010 14:42:38 +0000 (14:42 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16274 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/ppd/printerPPDDialog.tpl

index 71202d7c4bea2a84d04ba47bd6beab942b1c19c5..f91563ebba545a4afaf1d5adf3553ab9ce3b17d4 100644 (file)
        {$properties}
        {/if}
 {/if}
-<p class="plugbottom">
-       <input type="hidden" name="PPDDisSubmitted" value="1">
+
+<hr>
+<div class="plugin-actions">
        {if $path_valid}
-       {render acl=$acl}
-       <input type="submit" name="SavePPD" value="{msgPool type=applyButton}">
-       {/render}
+         {render acl=$acl}
+           <input type="submit" name="SavePPD" value="{msgPool type=applyButton}">
+         {/render}
        {/if}
        <input type="submit" name="ClosePPD" value="{msgPool type=cancelButton}">
-</p>
+</div>
+       
+<input type="hidden" name="PPDDisSubmitted" value="1">