Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sirep
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Julio Fabricio Jaramillo
sirep
Commits
756da169
Commit
756da169
authored
Apr 25, 2019
by
nicoss96
Browse files
Options
Browse Files
Download
Plain Diff
confirmar
parents
fee14be7
a1690ba6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
21 deletions
+35
-21
application.log
protected/runtime/application.log
+0
-0
_form.php
protected/views/mzgtlibros/_form.php
+18
-4
_form.php
protected/views/mzgtpublicaciones/_form.php
+17
-17
No files found.
protected/runtime/application.log
View file @
756da169
This diff is collapsed.
Click to expand it.
protected/views/mzgtlibros/_form.php
View file @
756da169
...
...
@@ -65,6 +65,16 @@
<?
php
echo
$form
->
textField
(
$model
,
'MZGTLIBROS_EDITOR'
,
array
(
'maxlength'
=>
150
,
'size'
=>
75
));
?>
<?php
echo
$form
->
error
(
$model
,
'MZGTLIBROS_EDITOR'
);
?>
</div>
<!-- row -->
<!--ENLACE --->
<div
class=
"row"
id=
"div_enlace"
>
<?php
//echo $form->labelEx($model,'MZGTLIBROS_ENLACE'); ?>
<?
php
echo
'<label for="Mzgtlibros_MZGTLIBROS_ENLACE">Enlace <span id="req_enlace" class="required">*</span></label>'
;
?>
<?php
echo
$form
->
textField
(
$model
,
'MZGTLIBROS_ENLACE'
,
array
(
'maxlength'
=>
500
,
'size'
=>
100
));
?>
<?php
echo
$form
->
error
(
$model
,
'MZGTLIBROS_ENLACE'
);
?>
</div>
<!-- row -->
<!--ENLACE-------->
<div
class=
"row"
id=
"div_ciudad_libro"
>
<?php
echo
$form
->
labelEx
(
$model
,
'MZGTLIBROS_CIUDAD'
);
?>
<?php
//echo '<label for="Mzgtlibros_MZGTLIBROS_CIUDAD">Ciudad <span id="req_ciudad_libro" class="required">*</span></label>'; ?>
...
...
@@ -169,24 +179,28 @@
</div>
<!-- row -->
</fieldset>
<details
>
<details
open=
"open"
>
<summary
style=
"background-color: #880000; color: white;"
><b>
Banco de Autores (clic para agregar autores)
</b></summary>
<?php
if
(
isset
(
$model
->
PK_MZGTPUBLICACIONES
))
<h4
style=
"color: #C00; font-weight: bold; "
>
Seleccione en orden de autoría
</h4>
<!-- Aquí va el grid de autores -->
<?php
if
(
isset
(
$model
->
PK_MZGTPUBLICACIONES
))
$publicacion
=
$model
->
PK_MZGTPUBLICACIONES
;
else
$publicacion
=
0
;
$this
->
widget
(
'ext.widgets.multiselects.XMultiSelects'
,
array
(
'leftTitle'
=>
'Actualmente en la publicación'
,
'leftName'
=>
'Mzgt
libro
s[mzgtbancoautores][]'
,
'leftName'
=>
'Mzgt
publicacione
s[mzgtbancoautores][]'
,
'leftList'
=>
Mzgtbancoautores
::
model
()
->
findBancoAutoresPorPublicacion
(
$publicacion
),
'rightTitle'
=>
'Banco de autores'
,
'rightName'
=>
'Mzgtbancoautores[mzgt
libro
s][]'
,
'rightName'
=>
'Mzgtbancoautores[mzgt
publicacione
s][]'
,
'rightList'
=>
Mzgtbancoautores
::
model
()
->
findBancoAutoresPorNoPublicacion
(
$publicacion
),
'size'
=>
20
,
'width'
=>
'300px'
,
));
?>
</details>
<?php
...
...
protected/views/mzgtpublicaciones/_form.php
View file @
756da169
...
...
@@ -75,7 +75,7 @@
<fieldset
id=
"fs_tipopublicacion"
>
<div
class=
"row"
id=
"div_titulomemoriaproceeding"
>
<?php
//echo $form->labelEx($model,'MZGTPUBLICACIONES_TITULOMEMORIAPROCEEDING'); ?>
<?
php
echo
'<label for="Mzgtpublicaciones_MZGTPUBLICACIONES_TITULOMEMORIAPROCEEDING">Título de memoria/proceeding <span id="req_titulomemoriaproceeding" class="required">*</span></label>'
;
?>
<?
php
echo
'<label for="Mzgtpublicaciones_MZGTPUBLICACIONES_TITULOMEMORIAPROCEEDING">T
}
ítulo de memoria/proceeding <span id="req_titulomemoriaproceeding" class="required">*</span></label>'
;
?>
<?php
echo
$form
->
textField
(
$model
,
'MZGTPUBLICACIONES_TITULOMEMORIAPROCEEDING'
,
array
(
'maxlength'
=>
200
,
'size'
=>
110
));
?>
<?php
echo
$form
->
error
(
$model
,
'MZGTPUBLICACIONES_TITULOMEMORIAPROCEEDING'
);
?>
</div>
<!-- row -->
...
...
@@ -248,22 +248,22 @@
<h4
style=
"color: #C00; font-weight: bold; "
>
Seleccione en orden de autoría
</h4>
<!-- Aquí va el grid de autores -->
<?php
if
(
isset
(
$model
->
PK_MZGTPUBLICACIONES
))
$publicacion
=
$model
->
PK_MZGTPUBLICACIONES
;
else
$publicacion
=
0
;
$this
->
widget
(
'ext.widgets.multiselects.XMultiSelects'
,
array
(
'leftTitle'
=>
'Actualmente en la publicación'
,
'leftName'
=>
'Mzgtpublicaciones[mzgtbancoautores][]'
,
'leftList'
=>
Mzgtbancoautores
::
model
()
->
findBancoAutoresPorPublicacion
(
$publicacion
),
'rightTitle'
=>
'Banco de autores'
,
'rightName'
=>
'Mzgtbancoautores[mzgtpublicaciones][]'
,
'rightList'
=>
Mzgtbancoautores
::
model
()
->
findBancoAutoresPorNoPublicacion
(
$publicacion
),
'size'
=>
20
,
'width'
=>
'300px'
,
));
?>
<?php
if
(
isset
(
$model
->
PK_MZGTPUBLICACIONES
))
$publicacion
=
$model
->
PK_MZGTPUBLICACIONES
;
else
$publicacion
=
0
;
$this
->
widget
(
'ext.widgets.multiselects.XMultiSelects'
,
array
(
'leftTitle'
=>
'Actualmente en la publicación'
,
'leftName'
=>
'Mzgtpublicaciones[mzgtbancoautores][]'
,
'leftList'
=>
Mzgtbancoautores
::
model
()
->
findBancoAutoresPorPublicacion
(
$publicacion
),
'rightTitle'
=>
'Banco de autores'
,
'rightName'
=>
'Mzgtbancoautores[mzgtpublicaciones][]'
,
'rightList'
=>
Mzgtbancoautores
::
model
()
->
findBancoAutoresPorNoPublicacion
(
$publicacion
),
'size'
=>
20
,
'width'
=>
'300px'
,
));
?>
</details>
...
...
Write
Preview
Markdown
is supported
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