packages: dokuwiki/dokuwiki.spec, dokuwiki/more-buttons.patch - add icon to...

glen glen at pld-linux.org
Sat Feb 11 14:44:34 CET 2012


Author: glen                         Date: Sat Feb 11 13:44:34 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add icon to export pdf

---- Files affected:
packages/dokuwiki:
   dokuwiki.spec (1.104 -> 1.105) , more-buttons.patch (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/dokuwiki/dokuwiki.spec
diff -u packages/dokuwiki/dokuwiki.spec:1.104 packages/dokuwiki/dokuwiki.spec:1.105
--- packages/dokuwiki/dokuwiki.spec:1.104	Sat Feb 11 14:22:16 2012
+++ packages/dokuwiki/dokuwiki.spec	Sat Feb 11 14:44:29 2012
@@ -7,7 +7,7 @@
 Summary(pl.UTF-8):	Aplikacja WWW Wiki oparta na PHP
 Name:		dokuwiki
 Version:	%{ver}
-Release:	2
+Release:	3
 License:	GPL v2
 Group:		Applications/WWW
 Source0:	http://www.splitbrain.org/_media/projects/dokuwiki/%{name}-%{subver}.tgz
@@ -385,6 +385,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.105  2012/02/11 13:44:29  glen
+- add icon to export pdf
+
 Revision 1.104  2012/02/11 13:22:16  glen
 - adopt more buttons patch from dokuwiki-tpl-sidebar
 

================================================================
Index: packages/dokuwiki/more-buttons.patch
diff -u packages/dokuwiki/more-buttons.patch:1.7 packages/dokuwiki/more-buttons.patch:1.8
--- packages/dokuwiki/more-buttons.patch:1.7	Sat Feb 11 14:23:02 2012
+++ packages/dokuwiki/more-buttons.patch	Sat Feb 11 14:44:29 2012
@@ -9,7 +9,7 @@
  ?>
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-@@ -66,6 +68,28 @@
+@@ -66,6 +68,31 @@
        </div>
  
        <div class="bar-right" id="bar__topright">
@@ -17,7 +17,10 @@
 +        if (!plugin_isdisabled('html2pdf') || !plugin_isdisabled('dw2pdf')) { ?>
 +        <form class="button" method="get" action="<?php wl($ID)?>">
 +          <div class="no">
-+            <input type="submit" value="Export to PDF" class="button" />
++            <button type="submit" class="button">
++              <img src="<?php echo DOKU_BASE?>lib/images/fileicons/pdf.png" alt="PDF Export" />
++              Export to PDF
++            </button>
 +            <input type="hidden" name="do" value="export_pdf" />
 +            <input type="hidden" name="id" value="<?php echo $ID?>" />
 +            <input type="hidden" name="rev" value="<?php echo $REV ?>" />
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dokuwiki/dokuwiki.spec?r1=1.104&r2=1.105&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dokuwiki/more-buttons.patch?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list