Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reajustando el menu y la bd #16

Merged
merged 6 commits into from
Aug 5, 2011
Merged

reajustando el menu y la bd #16

merged 6 commits into from
Aug 5, 2011

Conversation

PabloRN
Copy link
Collaborator

@PabloRN PabloRN commented Aug 2, 2011

reconfigure para que en el menú muestre los id de los items y poder diferenciarlos en el css. Esto lo hice modificando el dmFrontPlugin/lib/dmWidget/menu/dmWidgetNavigationMenuView.php line 34

adicionando

->showId(true);

a

$menuItem = $vars['menu']
->addChild($index.'-'.dmString::slugify($item['text']), $item['link'])
->label($item['text'])
->secure(!empty($item['secure']))
->liClass($vars['liClass'])

 ->showId(true)

  ->addRecursiveChildren(dmArray::get($item, 'depth', 0));

adicioné un nuevo item para las preguntas al bibliotecario y modifiqué el schema para que en la respuesta a la búsqueda se pueda adicionar un link a un recurso subido o una página

rafix added a commit that referenced this pull request Aug 5, 2011
reajustando el menu y la bd
@rafix rafix merged commit 23df466 into rafix:master Aug 5, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants