Ignore:
Timestamp:
02/08/23 15:48:54 (22 months ago)
Author:
DenicaKj <dkorvezir@…>
Branches:
master
Children:
0ba5d1a
Parents:
5867520 (diff), 632e3d8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://github.com/DenicaKj/MovieZone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/addEventToCinema.html

    r5867520 r2c7a732  
    22
    33    <div class="container" style="color: white">
    4         <h1 class="jumbotron-heading">Add event to cinema</h1>
     4        <h1 class="jumbotron-heading">Додади настан во кинотека</h1>
    55        <div class="row">
    66            <div class="col-md-5">
     
    88
    99                    <div class="form-group">
    10                         <label>Cinema</label>
     10                        <label>Кинотека</label>
    1111                        <select name="id_cinema" id="f1" class="form-control">
    1212                            <option
     
    1919
    2020                    <div class="form-group">
    21                         <label>Cinema</label>
     21                        <label>Настан</label>
    2222                        <select name="id_event" id="f2" class="form-control">
    2323                            <option
     
    2828                        </select>
    2929                    </div>
    30                     <button style="background-color: #ff5019" id="submit" type="submit" class="btn btn-primary">Add </button>
     30                    <button style="background-color: #ff5019" id="submit" type="submit" class="btn btn-primary">Додади </button>
    3131                </form>
    3232            </div>
Note: See TracChangeset for help on using the changeset viewer.