From: stronk7 Date: Mon, 2 Apr 2007 21:37:28 +0000 (+0000) Subject: Centering buttons in some actions... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ef0d378cb7dfa18fe4dcd6ca69a3ab7c53e697dc;p=moodle.git Centering buttons in some actions... Merged from MOODLE_18_STABLE --- diff --git a/admin/xmldb/actions/edit_field/edit_field.class.php b/admin/xmldb/actions/edit_field/edit_field.class.php index f82d08dd7b..59d9288f22 100644 --- a/admin/xmldb/actions/edit_field/edit_field.class.php +++ b/admin/xmldb/actions/edit_field/edit_field.class.php @@ -173,7 +173,7 @@ class edit_field extends XMLDBAction { $o.= ' '; $o.= ''; /// Calculate the buttons - $b = '

'; + $b = '

'; /// The view original XML button if ($table->getField($fieldparam)) { $b .= ' [' . $this->str['vieworiginal'] . ']'; diff --git a/admin/xmldb/actions/edit_index/edit_index.class.php b/admin/xmldb/actions/edit_index/edit_index.class.php index 40e98a210b..391abc882f 100644 --- a/admin/xmldb/actions/edit_index/edit_index.class.php +++ b/admin/xmldb/actions/edit_index/edit_index.class.php @@ -128,7 +128,7 @@ class edit_index extends XMLDBAction { $o.= ' '; $o.= ''; /// Calculate the buttons - $b = '

'; + $b = '

'; /// The view original XML button if ($table->getIndex($indexparam)) { $b .= ' [' . $this->str['vieworiginal'] . ']'; diff --git a/admin/xmldb/actions/edit_key/edit_key.class.php b/admin/xmldb/actions/edit_key/edit_key.class.php index 5cf458b0bd..cbe7db2b28 100644 --- a/admin/xmldb/actions/edit_key/edit_key.class.php +++ b/admin/xmldb/actions/edit_key/edit_key.class.php @@ -140,7 +140,7 @@ class edit_key extends XMLDBAction { $o.= ' '; $o.= ''; /// Calculate the buttons - $b = '

'; + $b = '

'; /// The view original XML button if ($table->getKey($keyparam)) { $b .= ' [' . $this->str['vieworiginal'] . ']'; diff --git a/admin/xmldb/actions/edit_sentence/edit_sentence.class.php b/admin/xmldb/actions/edit_sentence/edit_sentence.class.php index 2a3f437676..e997cb9fa7 100644 --- a/admin/xmldb/actions/edit_sentence/edit_sentence.class.php +++ b/admin/xmldb/actions/edit_sentence/edit_sentence.class.php @@ -133,7 +133,7 @@ class edit_sentence extends XMLDBAction { $o.= ' '; $o.= ''; /// Calculate the buttons - $b = '

'; + $b = '

'; /// The back to edit statement button $b .= ' [' . $this->str['back'] . ']'; $b .= '

'; diff --git a/admin/xmldb/actions/edit_statement/edit_statement.class.php b/admin/xmldb/actions/edit_statement/edit_statement.class.php index 6cf274d27c..a3443d2c10 100644 --- a/admin/xmldb/actions/edit_statement/edit_statement.class.php +++ b/admin/xmldb/actions/edit_statement/edit_statement.class.php @@ -115,7 +115,7 @@ class edit_statement extends XMLDBAction { $o.= ' '; $o.= ''; /// Calculate the buttons - $b = '

'; + $b = '

'; /// The view original XML button if ($origstructure->getStatement($statementparam)) { $b .= ' [' . $this->str['vieworiginal'] . ']';