Conjunto de cambios d7a822e en sipes para cord/includes/pager.inc


Ignorar:
Fecha y hora:
23/05/2016 15:48:25 (hace 8 años)
Autor:
José Gregorio Puentes <jpuentes@…>
Branches:
stable, version-3.0
Children:
6f9ddf1
Parents:
b354002
Mensaje:

se agrego el directorio del cord

Fichero:
1 editado

Leyenda

No modificado
Añadido
Eliminado
  • cord/includes/pager.inc

    rb354002 rd7a822e  
    9191
    9292/**
    93  * Format a query pager.
     93 * Returns HTML for a query pager.
    9494 *
    9595 * Menu callbacks that display paged query results should call theme('pager') to
     
    224224
    225225/**
    226  * Format a "first page" link.
     226 * Returns HTML for a "first page" link.
    227227 *
    228228 * @param $text
     
    252252
    253253/**
    254  * Format a "previous page" link.
     254 * Returns HTML for a "previous page" link.
    255255 *
    256256 * @param $text
     
    291291
    292292/**
    293  * Format a "next page" link.
     293 * Returns HTML for a "next page" link.
    294294 *
    295295 * @param $text
     
    329329
    330330/**
    331  * Format a "last page" link.
     331 * Returns HTML for a "last page" link.
    332332 *
    333333 * @param $text
     
    358358
    359359/**
    360  * Format a link to a specific query result page.
    361  *
     360 * Returns HTML for a link to a specific query result page.
     361 *
     362 * @param $text
     363 *   The link text. Also used to figure out the title attribute of the link,
     364 *   if it is not provided in $attributes['title']; in this case, $text must
     365 *   be one of the standard pager link text strings that would be generated by
     366 *   the pager theme functions, such as a number or t('« first').
    362367 * @param $page_new
    363368 *   The first result to display on the linked page.
     
    367372 *   An associative array of query string parameters to append to the pager link.
    368373 * @param $attributes
    369  *   An associative array of HTML attributes to apply to a pager anchor tag.
     374 *   An associative array of HTML attributes to apply to the pager link.
    370375 * @return
    371376 *   An HTML string that generates the link.
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.