From 91c55fd3f6392056b62543bef69b608284b0037b Mon Sep 17 00:00:00 2001 From: rmontanana Date: Wed, 9 Apr 2014 13:06:38 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20#30.=20Arreglado=20el=20que=20no=20hac?= =?UTF-8?q?=C3=ADa=20nada=20el=20bot=C3=B3n=20de=20buscar=20y=20cambiado?= =?UTF-8?q?=20el=20texto=20por=20el=20icono.=20Arreglado=20un=20problema?= =?UTF-8?q?=20con=20los=20directorios=20tmp=20e=20img.data=20que=20no=20es?= =?UTF-8?q?taban=20en=20git=20y=20no=20se=20creaban.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 -- Mantenimiento.php | 2 +- img.data/.gitignore | 5 +++++ tmp/.gitignore | 5 +++++ 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 img.data/.gitignore create mode 100644 tmp/.gitignore diff --git a/.gitignore b/.gitignore index 8571baa..4db8769 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ nbproject -tmp/* .DS_Store -img.data/* \ No newline at end of file diff --git a/Mantenimiento.php b/Mantenimiento.php index 0d893e0..4a0e099 100644 --- a/Mantenimiento.php +++ b/Mantenimiento.php @@ -285,7 +285,7 @@ class Mantenimiento { $valor = isset($this->cadenaBusqueda) ? 'value="' . $this->cadenaBusqueda . '"' : ''; $salida = '
- +
'; $salida .= ''; diff --git a/img.data/.gitignore b/img.data/.gitignore new file mode 100644 index 0000000..76bedae --- /dev/null +++ b/img.data/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore + diff --git a/tmp/.gitignore b/tmp/.gitignore new file mode 100644 index 0000000..76bedae --- /dev/null +++ b/tmp/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore +