Skip to content

Commit

Permalink
Inclusão de coluna em tabela agendadirigentes_agendaalterada, correçã…
Browse files Browse the repository at this point in the history
…o de passagem de parâmetro na helper do componente e inclusão de classe no arquivo css.
  • Loading branch information
berlanda committed Nov 11, 2014
1 parent 518e813 commit 58fbadc
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 2 deletions.
Binary file modified packages/com_agendadirigentes.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CREATE TABLE `#__agendadirigentes_agendaalterada` (
`data` date NOT NULL,
`qtd_alteracoes` int(4) NOT NULL DEFAULT '0',
`data_alteracao` DATETIME NOT NULL,
`user_id` int(11) DEFAULT NULL,
PRIMARY KEY (`id_dirigente`,`data`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

Expand Down
2 changes: 1 addition & 1 deletion packages/com_agendadirigentes/site/helpers/models.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static function setParamBeforeSetState( $var = 'dia', $format = 'DataBanc
if ( !empty($input_var) )
{
if (preg_match($rule->getRegex(), $input_var))
$params->set( $var, $input->get( $var));
$params->set( $var, $input_var);
}
elseif(!empty($params_var) && !preg_match($rule->getRegex(), $params_var))
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
description="COM_AGENDADIRIGENTES_AUTORIDADES_VIEW_DEFAULT_DATE_DESC"
default=""
format="%Y-%m-%d"
maxlength="10"
size="10"
filter="user_utc"
/>
</fieldset>
Expand Down
Binary file modified packages/mod_agendadirigentes.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
.compromissos-container .compromissos-lista a:hover { color:#000 }

.module-box-01 .compromissos-container .compromissos-lista li { line-height: 1em !important }
.module-box-01 .compromissos-container .compromissos-lista li.sem-compromissos-oficiais { text-align: center }
.module-box-01 .compromissos-container .compromissos-lista li.sem-compromissos-oficiais { text-align: center }
.module-box-01-white { background: #FFF !important }
Binary file modified packages/plg_search_agendadirigentes.zip
Binary file not shown.

0 comments on commit 58fbadc

Please sign in to comment.