Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
archivesCourrier
Commits
88b09bfa
Commit
88b09bfa
authored
Aug 29, 2017
by
Cyril Vazquez
Browse files
Merge branch 'master' of
https://labs.maarch.org/maarch/archivesCourrier
parents
bd684e45
d3d1c596
Changes
3
Hide whitespace changes
Inline
Side-by-side
presentation/maarchRM/Resources/view/archivesCourrier/list.html
View file @
88b09bfa
...
...
@@ -46,11 +46,14 @@
<span>
<?merge .startDate.format('d-m-Y') ?>
au
<?merge .endDate.format('d-m-Y') ?>
</span>
<?merge .descriptionLevel.ifeq('RecordGrp').not() ?>
<?merge .descriptionLevel.ifeq('File') ?>
<span>
<?merge .sentDate.format('d-m-Y') ?>
</span>
<?merge .descriptionLevel.ifeq('Item') ?>
<span>
<?merge .sentDate.format('d-m-Y') ?>
</span>
</td>
<td>
<?merge .originator ?>
</td>
<td>
...
...
presentation/maarchRM/Resources/view/archivesCourrier/search.html
View file @
88b09bfa
...
...
@@ -61,13 +61,13 @@
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-4 control-label"
>
Type d'objet
</label>
<div
class=
"
btn-group col-sm-6"
data-toggle=
"buttons
"
>
<
label
class=
"
btn btn-info active"
title=
"Archi
ve"
>
<
input
type=
"radio"
name=
"hasParent"
value=
"0"
checked
/>
Archive
</label
>
<label
class=
"btn btn-default"
title=
"Objet d'archive"
>
<
input
type=
"radio"
name=
"hasParent"
value=
"1"
/>
Objet
</
label
>
<div
class=
"
col-sm-6
"
>
<
select
class=
"
form-control"
name=
"descriptionLe
ve
l
"
>
<
option
value=
""
></option>
<option
value=
"RecordGrp"
>
Groupe
</option
>
<option
value=
"File"
>
Dossier
</option
>
<
option
value=
"Item"
>
Document
</option>
</
select
>
</div>
</div>
</div>
...
...
presentation/maarchRM/UserStory/archiveRetrieval/IndexCourrierInterface.php
View file @
88b09bfa
...
...
@@ -40,7 +40,7 @@ interface IndexCourrierInterface
* Recherche d'une liste d'archives
* @param string $query
* @param string $originatorOrgRegNumber
* @param
bool $hasParent
* @param
string $descriptionLevel
* @param date $dateFrom
* @param date $dateTo
*
...
...
@@ -52,6 +52,6 @@ interface IndexCourrierInterface
$dateTo
,
$query
,
$originatorOrgRegNumber
,
$
hasParent
$
descriptionLevel
);
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment