]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 46296: Make editparams.cgi be multi-panel by category - Patch by Frédéric Buclin...
authorlpsolit%gmail.com <>
Wed, 12 Oct 2005 15:51:52 +0000 (15:51 +0000)
committerlpsolit%gmail.com <>
Wed, 12 Oct 2005 15:51:52 +0000 (15:51 +0000)
commitb8f2c324a9a4133f264254d61993ff8c7e0233a2
tree312fb1aba4325c769a93939937a5f79f01fb7e02
parent5eee7ab7fb527d926bfdf5927268862048cd4479
Bug 46296: Make editparams.cgi be multi-panel by category - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
40 files changed:
Bugzilla/Config.pm
Bugzilla/Config/Admin.pm [new file with mode: 0644]
Bugzilla/Config/Auth.pm [new file with mode: 0644]
Bugzilla/Config/BugChange.pm [new file with mode: 0644]
Bugzilla/Config/BugFields.pm [new file with mode: 0644]
Bugzilla/Config/BugMove.pm [new file with mode: 0644]
Bugzilla/Config/Common.pm [new file with mode: 0644]
Bugzilla/Config/Core.pm [new file with mode: 0644]
Bugzilla/Config/DependencyGraph.pm [new file with mode: 0644]
Bugzilla/Config/GroupSecurity.pm [new file with mode: 0644]
Bugzilla/Config/L10n.pm [new file with mode: 0644]
Bugzilla/Config/LDAP.pm [new file with mode: 0644]
Bugzilla/Config/MTA.pm [new file with mode: 0644]
Bugzilla/Config/PatchViewer.pm [new file with mode: 0644]
Bugzilla/Config/Query.pm [new file with mode: 0644]
Bugzilla/Config/ShadowDB.pm [new file with mode: 0644]
Bugzilla/Config/UserMatch.pm [new file with mode: 0644]
defparams.pl [deleted file]
doeditparams.cgi [deleted file]
editparams.cgi
skins/standard/params.css [new file with mode: 0644]
template/en/default/admin/params/admin.html.tmpl [new file with mode: 0644]
template/en/default/admin/params/auth.html.tmpl [new file with mode: 0644]
template/en/default/admin/params/bugchange.html.tmpl [new file with mode: 0644]
template/en/default/admin/params/bugfields.html.tmpl [new file with mode: 0644]
template/en/default/admin/params/bugmove.html.tmpl [new file with mode: 0644]
template/en/default/admin/params/common.html.tmpl [new file with mode: 0644]
template/en/default/admin/params/core.html.tmpl [new file with mode: 0644]
template/en/default/admin/params/dependencygraph.html.tmpl [new file with mode: 0644]
template/en/default/admin/params/editparams.html.tmpl [new file with mode: 0644]
template/en/default/admin/params/groupsecurity.html.tmpl [new file with mode: 0644]
template/en/default/admin/params/l10n.html.tmpl [new file with mode: 0644]
template/en/default/admin/params/ldap.html.tmpl [new file with mode: 0644]
template/en/default/admin/params/mta.html.tmpl [new file with mode: 0644]
template/en/default/admin/params/patchviewer.html.tmpl [new file with mode: 0644]
template/en/default/admin/params/query.html.tmpl [new file with mode: 0644]
template/en/default/admin/params/shadowdb.html.tmpl [new file with mode: 0644]
template/en/default/admin/params/usermatch.html.tmpl [new file with mode: 0644]
template/en/default/global/messages.html.tmpl
template/en/default/global/user-error.html.tmpl