summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2026-06-04Switch iconset to SVG-only — drop small/medium/large PNG directoriesHEADmasterLester Caine1-2/+2
All iconset icons (ipackage=icons) now served from scalable/ as SVGs. ipath (/small/, /medium/, /large/) is preserved only for cache key differentiation and SVG width/height calculation. Four icons remapped to SVG equivalents in tango/scalable/: dialog-cancel -> process-stop (newsletters: unsubscribed) emblem-downloads -> network-receive (fisheye: download file) emblem-shared -> emblem-symbolic-link (boards: moved topic/thread) mail-mark-important -> emblem-important (messages: flagged) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04Convert {booticon} to {biticon} — freedesktop/tango icon names throughoutLester Caine2-4/+4
Replace all {booticon iname="icon-*"} and {booticon iname="fa-*"} calls with {biticon ipackage="icons" iname="<freedesktop-name>"} using the tango iconset. Mapping covers ~70 distinct old names to tango equivalents (edit-delete, document-properties, go-next, lock, internet-mail, etc.). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-1/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27Figured what has been causing a problem with using && and || in smarty ↵V5-php84lsces6-10/+10
templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones.
2026-03-26Smarty style changeslsces2-2/+2
2026-02-02Restructure layout in line with namespace addition and PHP8.4 style ruleslsces13-0/+0
2022-07-30migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-spiderr2-4/+4
2016-12-29bootstrap in user_preferences formspider@app11-2/+2
2014-11-19add-forminput-label-param-for-bs3spiderr1-4/+4
2014-09-05fix admin menusanto spider1-1/+1
2014-06-06boostrap3-control-group-2-from-groupspiderr7-32/+32
2014-05-30bootstrap3-css-changesspiderr2-2/+2
2014-05-23bootstrap3-btn-defaultspiderr7-10/+10
2014-05-23disable javascript popupmodela bitweaver1-2/+2
2013-04-24fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to ↵spiderr2-9/+7
all table.data tags
2013-04-19fix admin menusspiderr1-3/+1
2013-04-19convert {textarea} from block into functionspiderr3-3/+3
2013-04-19fix menu_*_admin to be multi-purpose as dropdown or visual list like normal ↵spiderr1-3/+1
user menus
2013-04-18tweak menu to display title link only when passed varspiderr1-1/+1
2013-04-05rename header_inc.tpl to html_head_inc.tpl for naming consistency and ↵spiderr1-0/+0
avoiding abiguiuty with new html5 header tag
2013-04-04cleanup edit formsspiderr7-10/+10
2013-04-03update all admin menus for bootstrap dropdowns with proper sub-menusspiderr1-1/+1
2013-04-03update all admin menus for bootstrap dropdowns with proper sub-menusspiderr1-3/+3
2013-04-03update all admin menus for bootstrap dropdownsspiderr1-1/+1
2013-04-02convert lots of biticon to booticonspiderr2-2/+2
2013-04-01bootstrap-conversionspiderr8-53/+49
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-02-10update javascript to use BitBase namespacepre_ctype_desc_name_schmeachangePRE_LIBERTYSYS_SERVICE_UPDATEPRE_CONTENTTYPE_NAME_PLURALCVS_HEADChristian Fowler1-1/+1
2008-10-16use selection list instead of user names methodpre_update_permissionR250Max Kremmel1-3/+3
2008-10-15shorter tab titlelaetzer1-1/+3
2008-10-14fix contact feature and some other minor issues.Max Kremmel2-2/+2
2007-06-24BUG 1740924: assign view_user to package user_preferences tpls to make ↵Max Kremmel1-0/+1
view_user selection sticky
2007-04-20Messages now uses {textarea}.Nick Palmer3-52/+3
2007-03-01update option text to resemble what is happeningMax Kremmel1-1/+1
2007-03-01set a normal default for number of messages per pageMax Kremmel1-1/+1
2007-01-14replace contents of modifier.display_bytes.php with modifier.kbsize.php and ↵Max Kremmel1-1/+1
use that instead since it's a better name for the function
2006-12-25revive email notificationMax Kremmel1-6/+6
2006-12-25fix references to preferences fileMax Kremmel1-1/+1
2006-12-25fix hidden form valuesMax Kremmel1-3/+3
2006-12-23apply special class to message body for stylingMax Kremmel1-1/+1
2006-12-23more message cleanup, simplified a couple of functions, removed lots of the ↵Max Kremmel2-80/+27
crazy assign stuff - used smarty.request. stuff instead
2006-12-20massive messages cleanup, rename files to closer match bitweaver standard. ↵Max Kremmel7-76/+100
create messages class only when needed and don't crete global class on evey page load. still some work needed with broadcast messages
2006-12-19don't apply priority class to entire <tr>. might be difficult to style and ↵Max Kremmel1-2/+2
hard to read if colors are aggressive
2006-12-19only show alert when desiredMax Kremmel1-1/+1
2006-09-19use different icons for mail related stuffMax Kremmel1-1/+1
2006-09-03change all biticon links to point to the new icons provided in ↵Max Kremmel2-6/+6
themes/icon_styles, update themes manager to make icon styles selectable, massive script used to do this ( will me made available shortly ) - might not all be perfect. please help out by fixing broken icon links.
2006-07-07typosMax Kremmel1-1/+1
2006-07-07keep php in php dir, rename files with appended _inc, keep jstab in template ↵Max Kremmel3-10/+1
for custom title if required, add some whitespace to code to make it readable
2006-07-06move package extendable userprefs to templates directory and follow naming ↵Christian Fowler2-0/+10
convention
2006-07-05insert missing <!-- end .body --> tags for more reliable highlightingMax Kremmel1-2/+2