[svn r16874] added alternative texts on the icons

skala
Juan Carlos Raña 17 years ago
parent fd8823b449
commit c4270845c1
  1. 2
      main/blog/blog_admin.php

@ -110,7 +110,7 @@ if (api_is_allowed_to_edit())
echo '<div class="actions">'; echo '<div class="actions">';
echo "<a href='".api_get_self()."?action=add'>", echo "<a href='".api_get_self()."?action=add'>",
"<img src='../img/blog_new.gif' border=\"0\" align=\"absmiddle\" alt='".get_lang('NewBlog')."'>&nbsp;&nbsp;".get_lang('AddBlog')."</a>"; "<img src='../img/blog_new.gif' border=\"0\" align=\"absmiddle\" alt='".get_lang('AddBlog')."'>&nbsp;&nbsp;".get_lang('AddBlog')."</a>";
echo '</div>'; echo '</div>';
echo "<table width=\"100%\" border=\"0\" cellspacing=\"2\" class='data_table'>"; echo "<table width=\"100%\" border=\"0\" cellspacing=\"2\" class='data_table'>";
echo "<tr>", echo "<tr>",

Loading…
Cancel
Save