- Timestamp:
- 12/06/2012 12:41:06 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/plugins/wpeditimage/editimage.html
r22948 r23083 74 74 </tr> 75 75 76 <tr> 77 <th valign="top" scope="row" class="label"> 78 <label for="img_title"> 79 <span class="alignleft">{#wpeditimage.img_title}</span> 80 </label> 81 </th> 82 <td class="field"> 83 <input type="text" id="img_title" name="img_title" value="" aria-required="true" size="60" /> 84 </td> 85 </tr> 86 87 <tr> 88 <th valign="top" scope="row" class="label"> 89 <label for="img_alt"> 90 <span class="alignleft">{#wpeditimage.alt}</span> 91 </label> 92 </th> 93 <td class="field"> 94 <input type="text" id="img_alt" name="img_alt" value="" size="60" /> 95 </td> 96 </tr> 97 76 98 <tr id="cap_field"> 77 99 <th valign="top" scope="row" class="label"> … … 82 104 <td class="field"> 83 105 <textarea id="img_cap_text"></textarea> 84 </td>85 </tr>86 87 <tr>88 <th valign="top" scope="row" class="label">89 <label for="img_alt">90 <span class="alignleft">{#wpeditimage.alt}</span>91 </label>92 </th>93 <td class="field">94 <input type="text" id="img_alt" name="img_alt" value="" size="60" />95 106 </td> 96 107 </tr> … … 148 159 <tr> 149 160 <th valign="top" scope="row" class="label"> 150 <label for="img_title">151 <span class="alignleft">{#wpeditimage.img_title}</span>152 </label>153 </th>154 <td class="field">155 <input type="text" id="img_title" name="img_title" value="" aria-required="true" size="60" />156 </td>157 </tr>158 159 <tr>160 <th valign="top" scope="row" class="label">161 161 <label for="img_classes"> 162 162 <span class="alignleft">{#wpeditimage.css}</span>
Note: See TracChangeset
for help on using the changeset viewer.