]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
moving the delete button in blog form to right side
authorcash <cash.costello@gmail.com>
Sat, 18 Jun 2011 19:07:34 +0000 (15:07 -0400)
committercash <cash.costello@gmail.com>
Sat, 18 Jun 2011 19:07:34 +0000 (15:07 -0400)
mod/blog/views/default/forms/blog/save.php

index cf5a4032e0d1a2bdea4fab8dc82ab2bd5408e253..5b3a758ba7cf1fb89bd7f850092a2d19c9336439 100644 (file)
@@ -19,7 +19,7 @@ if ($vars['guid']) {
        $delete_link = elgg_view('output/confirmlink', array(
                'href' => $delete_url,
                'text' => elgg_echo('delete'),
-               'class' => 'elgg-button elgg-button-delete elgg-state-disabled'
+               'class' => 'elgg-button elgg-button-delete elgg-state-disabled float-alt'
        ));
 }