Add ARASAAC pictograms to Proyectos module

Co-authored-by: naielv <109038805+naielv@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-31 19:35:20 +00:00
parent 568640539b
commit 6c8f09ee7a
5 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ $aulario = json_decode(file_get_contents("/DATA/entreaulas/Centros/$centro_id/Au
</a>
<!-- Proyectos -->
<a href="/entreaulas/proyectos.php?aulario=<?= urlencode($aulario_id) ?>" class="btn btn-info grid-item">
<img src="/static/iconexperience/shelf.png" height="125">
<img src="/static/arasaac/carpeta.png" height="125" style="background: white; padding: 5px; border-radius: 10px;">
<br>
Proyectos
</a>

View File

@@ -263,7 +263,7 @@ $view = $current_project ? "project" : "list";
<!-- Project List View -->
<div class="card pad">
<h1 class="card-title">
<img src="/static/iconexperience/shelf.png" height="40" style="vertical-align: middle;">
<img src="/static/arasaac/carpeta.png" height="40" style="vertical-align: middle; background: white; padding: 5px; border-radius: 10px;">
Proyectos
</h1>
<p>Gestiona proyectos con enlaces y archivos para tu aulario.</p>
@@ -287,7 +287,7 @@ $view = $current_project ? "project" : "list";
<div class="card grid-item" style="width: 300px;">
<div class="card-body">
<h5 class="card-title">
<img src="/static/iconexperience/shelf.png" height="30" style="vertical-align: middle;">
<img src="/static/arasaac/carpeta.png" height="30" style="vertical-align: middle; background: white; padding: 3px; border-radius: 5px;">
<?= htmlspecialchars($project["name"]) ?>
</h5>
<?php if (!empty($project["description"])): ?>
@@ -372,7 +372,7 @@ $view = $current_project ? "project" : "list";
<div class="d-flex justify-content-between align-items-start">
<div>
<h1 class="card-title">
<img src="/static/iconexperience/shelf.png" height="40" style="vertical-align: middle;">
<img src="/static/arasaac/carpeta.png" height="40" style="vertical-align: middle; background: white; padding: 5px; border-radius: 10px;">
<?= htmlspecialchars($project["name"]) ?>
</h1>
<?php if (!empty($project["description"])): ?>
@@ -406,7 +406,7 @@ $view = $current_project ? "project" : "list";
<?php if ($item["type"] === "link"): ?>
<img src="/static/arasaac/actividad.png" height="30" style="vertical-align: middle; background: white; padding: 3px; border-radius: 5px;">
<?php else: ?>
<img src="/static/iconexperience/contract.png" height="30" style="vertical-align: middle;">
<img src="/static/arasaac/documento.png" height="30" style="vertical-align: middle; background: white; padding: 3px; border-radius: 5px;">
<?php endif; ?>
<?= htmlspecialchars($item["name"]) ?>
</h5>

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB