[TYPO3] add title parameter to pagebrowser link in tt_news
Óscar Morro Martí
o.morro at dimension-informatica.es
Tue Jun 26 08:08:41 CEST 2007
Hello, I need to add parameter title in pageBrowser and I can`t, how can I do?
html generate code is...
<div class="tx-ttnews-browsebox">
<p>Mostrant resultats <span class="tx-ttnews-browsebox-strong">1 a 3</span> de <span class="tx-ttnews-browsebox-strong">4</p>
<table summary="Esta es la tabla de paginación de las noticias">
<tr>
<td class="tx-ttnews-browsebox-SCell"><p><a href="index.php?id=noticias">1</a></p></td>
<td><p><a href="index.php?id=noticias&tx_ttnews[pointer]=1&cHash=1250a54531">2</a></p></td>
<td><p><a href="index.php?id=noticias&tx_ttnews[pointer]=1&cHash=1250a54531">Següent</a></p></td>
</tr>
</table>
</div>
and we need something that...
<tr>
<td class="tx-ttnews-browsebox-SCell"><p><a href="index.php?id=noticias" title="ir a siguiente pagina">1</a></p></td>
<td><p><a href="index.php?id=noticias&tx_ttnews[pointer]=1&cHash=1250a54531" title="ir a siguiente pagina">2</a></p></td>
<td><p><a href="index.php?id=noticias&tx_ttnews[pointer]=1&cHash=1250a54531" title="ir a siguiente pagina">Següent</a></p></td>
</tr>
Sorry for gramatical mistake
More information about the TYPO3-english
mailing list