Changesets can be listed by changeset number.
The Git repository is here.
Changeset 459
Further extend the Radiant extension with named headings in directory
listings too.
- Comitted by: rool
- Date: Thursday October 24 07:28:47 2013 (over 11 years ago)
Affected files:
rool/rails/radiant/trunk/vendor/extensions/dir_list_tags/lib/dir_list_tags.rb:
prev. | current | |
dscwd = link_base ? '40%' : '50%' | ||
count = 0 | ||
310 | | |
310 | html << "<h3>#{group_key}<a name=\"#{group_key.gsub(/\W/, '_').downcase}\" style=\"text-decoration: none; border-bottom: none; font-size: 1px\"> </a></h3>\n" | |
html << "<table width=\"100%\" class=\"parsed_directory_listing\" border=\"0\">\n" | ||
html << "<tr><th width=\"10%\">Icon</th><th width=\"20%\" align=\"left\">Name, date & MD5</th><th width=\"#{dscwd}\" align=\"left\">Description</th><th width=\"10%\">Version</th><th width=\"10%\">Size</th>" | ||
html << "<th width=\"10%\">Details</th>" if (link_base) |