~kimberly-netweb360/quam-plures/insert-after-upload

« back to all changes in this revision

Viewing changes to qp_inc/_core/ui/_uiwidget.class.php

  • Committer: Tilman Blumenbach
  • Author(s): yabs at org
  • Date: 2010-08-16 20:42:16 UTC
  • mfrom: (7530.3.6 tidier-admin)
  • Revision ID: tilman@ax86.net-20100816204216-1lcf60lpzlhfhksi
Merged tidier-admin

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
                                                $icon_params['icon_weight'], $icon_params['word_weight'], $icon_params['link_attribs'] );
223
223
                }
224
224
 
 
225
                if( $r )
 
226
                {
 
227
                        $r = '<span class="global_icons">'.$r.'</span>';
 
228
                }
 
229
 
225
230
                return $r;
226
231
        }
227
232