Changeset 11104
- Timestamp:
- May 30, 2011, 2:40:19 PM (13 years ago)
- Location:
- extensions/stripped
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/stripped/readme.txt
r11090 r11104 27 27 Changelog 28 28 --------- 29 30 *** version 1.3.11 31 32 - improved compatibility with user tags plugin 29 33 30 34 *** version 1.3.10 -
extensions/stripped/template/picture.tpl
r11090 r11104 178 178 {if ($display_info.tags && (isset($related_tags) || ($usertags)))} 179 179 <div id="Ttags" class="tabBlock"><div class="tabBlockContent"> 180 {if ($usertags)}<table id="Tags " ><td class="label"></td><td class="value">{/if}180 {if ($usertags)}<table id="TagsTable"><tr id="Tags" ><td class="label"></td><td class="value">{/if} 181 181 {foreach from=$related_tags item=tag name=tag_loop}{if !$smarty.foreach.tag_loop.first}, {/if} 182 182 <a href="{$tag.URL}">{$tag.name}</a> 183 183 {/foreach} 184 {if ($usertags)}</td></t able>{/if}184 {if ($usertags)}</td></tr></table>{/if} 185 185 </div></div> 186 186 {/if} -
extensions/stripped/theme.css
r11059 r11104 1554 1554 /* User Tags Plugin ---------------------------------------------------------------------------- */ 1555 1555 1556 table#Tags 1556 table#TagsTable {margin:auto;} 1557 1557 #Tags .label {width:auto;} 1558 1558 #Tags .value {width:auto;} 1559 1560 #Tags ul.token-input-list-facebook { 1561 background-color: #555; 1562 border-color: #666; 1563 } 1564 1565 #Tags li.token-input-token-facebook { 1566 background-color: #666; 1567 border-color: #999; 1568 color: #EEE; 1569 } 1570 1571 #Tags li.token-input-input-token-facebook input { 1572 background-color: #666; 1573 color: #EEE; 1574 } 1559 1575 1560 1576 /* BBcodeBar Plugin ---------------------------------------------------------------------------- */
Note: See TracChangeset
for help on using the changeset viewer.