Skip to content

Commit

Permalink
Corregido mensaje encima del número
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Carpio committed Mar 7, 2021
1 parent 2157b0f commit 1b6bc67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions etsii_agenda/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -589,12 +589,6 @@
<noscript><strong>JavaScript is currently disabled.</strong>Please enable it for a better experience of <a
href="http://2glux.com/projects/jumi">Jumi</a>.</noscript>

<div id="tiptip_holder" style="display: none; margin: 192px 0px 0px 591px;" class="tip_top">
<div id="tiptip_arrow" style="margin-left: 32.5px; margin-top: 32px;">
<div id="tiptip_arrow_inner"></div>
</div>
<div id="tiptip_content">Página 3/96</div>
</div>
<div id="easycookieinfo" style="display: none;">
<div class="text">Este web usa cookies propias y de terceros para el correcto funcionamiento. Si continúas
navegando, consideramos que aceptas su uso. <a
Expand Down
6 changes: 3 additions & 3 deletions etsii_agenda/src/components/mainComponents/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Pagination extends React.Component<IPaginationProps, IPaginationState>{
<a onClick={()=>{
this.props.changePageNumber(0);
}} rel="prev" title=" ">
<span className="iCicon iCicon-backic"></span>
<span className="iCicon-backic"></span>
<span className="ic-prev-text">&nbsp;Anterior</span>
</a>
</div>
Expand All @@ -48,15 +48,15 @@ class Pagination extends React.Component<IPaginationProps, IPaginationState>{
<span className="ic-btn ic-btn-info ic-active">1</span>
</span>
<span className="ic-go-to-page">
<a className="iCtip ic-btn ic-btn-small" onClick={()=>{
<a className="ic-btn ic-btn-small" onClick={()=>{
this.props.changePageNumber(1);
}} rel="nofollow">2</a>
</span>
</div>
:
<div className="ic-pages">
<span className="ic-go-to-page">
<a className="iCtip ic-btn ic-btn-small" rel="nofollow" onClick={()=>{
<a className="ic-btn ic-btn-small" rel="nofollow" onClick={()=>{
this.props.changePageNumber(0);
}}>1</a>
</span>
Expand Down

0 comments on commit 1b6bc67

Please sign in to comment.