summaryrefslogtreecommitdiffstats
path: root/templates/show_add_access.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Increase the field size in the ACL entry formPaul Arthur2013-05-131-2/+2
| | | | | It wasn't large enough to enter IPv6 addresses. Fixes GH #24
* Cosmetics: death to tabsPaul Arthur2013-01-261-60/+60
| | | | | The refactoring I've been doing has reminded me of my strong preference for spaces, and I feel inclined to impose my will on the tree.
* Move show_box_{top,bottom}() from ui.lib.php to UIPaul Arthur2013-01-261-2/+2
|
* Cosmetics: clean up heads in templates/Paul Arthur2013-01-251-3/+1
|
* Clean up the ACL UI a bitPaul Arthur2012-05-011-24/+34
| | | | Make it more consistent and remove outdated references to RPC keys.
* Switch from _() to T_()Paul Arthur2012-04-121-19/+19
| | | | | | Even if we move away from php-gettext in the future, it's easy to write a quick T_() as a simple wrapper; it's not so easy to rewrite PHP to allow redeclaration of a function.
* Added class names to generic box names.mywindow2011-09-191-1/+1
|
* Clean up some PHPDoc crapPaul Arthur2011-04-041-6/+1
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* templates header comment modified for phpdocmomo-i2011-02-031-1/+1
|
* some templates modified header commentmomo-i2011-02-031-17/+29
|
* Merge following commit.Elias Probst2010-12-081-0/+1
| | | | | | | | commit 8022d791a41729492a55c98b48c43b293d3ad6dd Author: Elias Probst <mail@eliasprobst.eu> Date: Wed Dec 8 03:38:30 2010 +0100 Provide the capability to show an general error in some more templates.
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Finish IPv6 supportKarl 'vollmerk' Vollmer2009-02-011-1/+3
|
* ACL with IPv6 should be working / testing nowKarl 'vollmerk' Vollmer2009-01-311-1/+1
|
* add new ACL creation forms, none of them work yet, remove wrong icon... add ↵Karl 'vollmerk' Vollmer2009-01-311-29/+31
| | | | correct icon
* last commit before beta3 releaseKarl 'vollmerk' Vollmer2008-04-211-2/+2
|
* added little note on access add as to the defaults, fixed api to use ↵Karl 'vollmerk' Vollmer2007-12-151-1/+3
| | | | session_length added check for session functions with redirect to /test.php on failure
* renamed xml-rpc acl to rpc, added default mime type of image/jpg and added ↵Karl 'vollmerk' Vollmer2007-11-221-2/+2
| | | | config options for batch download to the fs, no garbage collection for non-completed downloads yet.
* Almost finished css cleanupspocky2007-11-201-6/+4
|
* fixed acls, fixed transcoding issuesKarl 'vollmerk' Vollmer2007-10-101-9/+4
|
* - Cleaned up php files (removed useless inlines styles, replaced header td ↵spocky2007-09-241-1/+1
| | | | | | | | | | with th...) - Cleaned up css (removed some unused classes) - Changed quick search size and added ability to customize it - Removed width=100% in preferences tables - Corrected missing closing tag in sidebar - Minor corrections
* threw in add button for single playlist view, added the link for deleting ↵Karl 'vollmerk' Vollmer2007-09-131-0/+92
catalogs back, also added back in the ACL page links, they dont work..