Menu

#1204 (ok 3.4) add class to icon for table view

fixed
1
2013-06-11
2010-01-24
William
No

line 612 of navigation.php (pma 3.2.5)

// quick access icon next to each table name
echo '<li>' . "\n";
echo '<a title="'
. htmlspecialchars($link_title)

please add a class to the icon

// quick access icon next to each table name
echo '<li>' . "\n";
echo '<a class="recordiconthingclass" title="'
. htmlspecialchars($link_title)

this is to help with the themeing.. i want the "link" to be "display:block" if the icon has a class i can move the ocon to the left via css.. without a way to refrence the icon im stuck with the default haveing to move the cursor onto the text instead of the whole line before clicking

thanks

Discussion

  • Michal Čihař

    Michal Čihař - 2010-01-25
    • assigned_to: nobody --> nijel
     
  • Michal Čihař

    Michal Čihař - 2010-01-25

    Implemented in SVN, thanks for suggestion.

     
  • Michal Čihař

    Michal Čihař - 2010-01-25
    • priority: 5 --> 1
    • status: open --> open-fixed
     
  • Michal Čihař

    Michal Čihař - 2010-01-25
    • summary: add class to icon for table view --> (ok 3.4) add class to icon for table view
     
  • Michal Čihař

    Michal Čihař - 2011-05-11
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed