Change the (ugly) icons with the classical ones
authorx2003augustin <x2003augustin@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 26 Jun 2007 09:01:55 +0000 (09:01 +0000)
committerx2003augustin <x2003augustin@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 26 Jun 2007 09:01:55 +0000 (09:01 +0000)
Remove the old icons that were used only there

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1866 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/images/24/first-page.png [deleted file]
htdocs/images/24/last-page.png [deleted file]
htdocs/images/24/next.png [deleted file]
htdocs/images/24/previous.png [deleted file]
templates/marketing/promo.tpl

diff --git a/htdocs/images/24/first-page.png b/htdocs/images/24/first-page.png
deleted file mode 100644 (file)
index a253e35..0000000
Binary files a/htdocs/images/24/first-page.png and /dev/null differ
diff --git a/htdocs/images/24/last-page.png b/htdocs/images/24/last-page.png
deleted file mode 100644 (file)
index f346c45..0000000
Binary files a/htdocs/images/24/last-page.png and /dev/null differ
diff --git a/htdocs/images/24/next.png b/htdocs/images/24/next.png
deleted file mode 100644 (file)
index 31256ab..0000000
Binary files a/htdocs/images/24/next.png and /dev/null differ
diff --git a/htdocs/images/24/previous.png b/htdocs/images/24/previous.png
deleted file mode 100644 (file)
index eebfcd7..0000000
Binary files a/htdocs/images/24/previous.png and /dev/null differ
index 9048699..b87c3d8 100644 (file)
 
 <form action="marketing/promo/" method="post" onsubmit="this.action += this.promo.value">
   <div class="center">
-    <a href="marketing/promo/{$promo-10}" title="-10"><img src="images/24/first-page.png" alt="[&lt;&lt;]" /></a>
-    <a href="marketing/promo/{$promo-1}" title="-1"><img src="images/24/previous.png" alt="[&lt;]" /></a>
+    <a href="marketing/promo/{$promo-10}" title="-10"><img src="images/icons/resultset_first.gif" alt="[&lt;&lt;]" /></a>
+    <a href="marketing/promo/{$promo-1}" title="-1"><img src="images/icons/resultset_previous.gif" alt="[&lt;]" /></a>
 
     &nbsp;
     Promo:<input type="text" name="promo" value="{$promo}" size="4" maxlength="4" /><input type="submit" value="GO" />
     &nbsp;
 
-    <a href="marketing/promo/{$promo+1}" title="+1"><img src="images/24/next.png" alt="[&gt;]" /></a>
-    <a href="marketing/promo/{$promo+10}" title="+10"><img src="images/24/last-page.png" alt="[&gt;&gt;]" /></a>
+    <a href="marketing/promo/{$promo+1}" title="+1"><img src="images/icons/resultset_next.gif" alt="[&gt;]" /></a>
+    <a href="marketing/promo/{$promo+10}" title="+10"><img src="images/icons/resultset_last.gif" alt="[&gt;&gt;]" /></a>
   </div>
 </form>