Changeset 1947620
- Timestamp:
- 09/26/2018 07:51:57 PM (8 years ago)
- Location:
- map-pins/trunk
- Files:
-
- 3 edited
-
include/xcos.php (modified) (1 diff)
-
map-pins.php (modified) (1 diff)
-
styles/mappins-styles.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
map-pins/trunk/include/xcos.php
r1947611 r1947620 39 39 <td> 40 40 <input type="text" '.XCos::args2tags($args).' name="'.$fullname.'" id="'.$fullid.'" value="'.$value.'" />'. 41 ($helptext?'< div>'.$helptext.'</div>':'').41 ($helptext?'<span class="description"> '.$helptext.'</span>':''). 42 42 '</td> 43 43 </tr>'; -
map-pins/trunk/map-pins.php
r1947619 r1947620 4 4 * Plugin URI: http://mappins.innovader.nl 5 5 * Description: Show pins on a map from an admin defined table 6 * Version: 1.1 36 * Version: 1.14 7 7 * Author: Innovader BV 8 8 * Author URI: http://innovader.nl -
map-pins/trunk/styles/mappins-styles.css
r1947619 r1947620 122 122 vertical-align: top; 123 123 } 124 124 125 125 126 /*** bootstrap styles ***/
Note: See TracChangeset
for help on using the changeset viewer.