public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
minor fixes in images lang

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@4725 
3d254a34-79dc-0310-9e5f-be208747d8a0
nuno (author)
Mon Jun 23 09:05:05 -0700 2008
commit  5312296cce8da8ac235489ac037fd3e83e48196f
tree    f577de9613c2967902bb5c5863ff25e6e3cbe949
parent  e3320e71f408817979e6ae206c0ab38d43c91d2d
...
60
61
62
63
 
64
65
66
...
60
61
62
 
63
64
65
66
0
@@ -60,7 +60,7 @@
0
           <tbody>
0
             {foreach from=$lang_list item='v' key='k'}
0
               <tr>
0
- <td><img src="../{$v.flag_image}" /></td>
0
+ <td><img alt="{$k}" title="{$k}" src="../{$v.flag_image}" /></td>
0
                 <td>{$k}</td>
0
                 <td>{$v.name}</td>
0
                 <td>{html_checkbox name=$v.checkbox_name selected=$v.enabled full_toggle=false}</td>

Comments

    No one has commented yet.