repo.or.cz
/
koha.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 19914: Add an id to the Delete button on the library list view
[koha.git]
/
C4
/
Labels.pm
blob
428be025363a20d3a0337e12eb6dbf68dc67e527
1
package
C4
::
Labels
;
2
3
BEGIN
{
4
5
use
C4
::
Labels
::
Batch
;
6
use
C4
::
Labels
::
Label
;
7
use
C4
::
Labels
::
Layout
;
8
use
C4
::
Labels
::
Profile
;
9
use
C4
::
Labels
::
Template
;
10
}
11
12
1
;