Index: char_edit.php =================================================================== --- char_edit.php (revision 8) +++ char_edit.php (working copy) @@ -113,6 +113,7 @@ + @@ -127,6 +128,7 @@ + @@ -141,6 +143,7 @@ + @@ -155,6 +158,7 @@ + @@ -169,6 +173,7 @@ + @@ -183,6 +188,7 @@ + @@ -201,6 +207,7 @@ + @@ -215,6 +222,7 @@ + @@ -636,39 +644,27 @@ { case 1: $output .= " -

- {$lang_global['empty_fields']} -

"; +

{$lang_global['empty_fields']}

"; break; case 2: $output .= " -

- {$lang_char['err_edit_online_char']} -

"; +

{$lang_char['err_edit_online_char']}

"; break; case 3: $output .= " -

- {$lang_char['updated']} -

"; +

{$lang_char['updated']}

"; break; case 4: $output .= " -

- {$lang_char['update_err']} -

"; +

{$lang_char['update_err']}

"; break; case 5: $output .= " -

- {$lang_char['max_acc']} -

"; +

{$lang_char['max_acc']}

"; break; default: //no error $output .= " -

- {$lang_char['edit_char']} -

+

{$lang_char['edit_char']}


{$lang_char['check_to_delete']}"; }